Authorization: Bearer ********************curl --location --request POST '/v1/chat/sessions//messages' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"role": "string",
"content": "string",
"model": "string",
"tokens": 0,
"created_at": "string"
}'null