Authorization: ********************{
"messages": [
{
"role": "system",
"content": "string"
}
]
}curl --location --request POST '/api/v1/ai/chat' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"role": "system",
"content": "string"
}
]
}'{
"data": {
"provider": "string",
"model": "string",
"output": "string"
},
"meta": {
"timestamp": "2019-08-24T14:15:22.123Z"
}
}