I have created a flow in Power Automated which calls AzureOpenAI Chat Playground through HTTP Post method
But if I run it, it says :
''[{"role":"user","content":"Who is mahatma gandhi?"}]' is not of type 'array' - 'messages''
How can I solve the issue?