curl --location --request POST 'https://api.falken.ltd/api/ai/chat' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"role": "string",
"content": "string"
}
],
"model": "string",
"maxTokens": 0
}'
{
"messages": [
"string"
]
}
Authorization: Bearer ********************