curl --location --request POST 'https://zatoona-ai.com/api/v1/rooms/<room-uuid>/message' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "text": "هل يمكن أحد يشرح لي قانون نيوتن؟" }'
{}