curl --request POST \
--url https://api.example.com/api/chat/ask \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"llm": "<string>",
"chat_id": "<string>",
"entry_id": "<string>",
"locale": "en",
"is_initial_message": true,
"user_timezone": "<string>"
}
'