curl --request POST \
--url http://sandbox.mintlify.com/events/chat \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"sessionId": "<string>",
"userId": "<string>",
"messageType": "text",
"timestamp": "2023-11-07T05:31:56Z",
"content": "<string>"
}
'