Authorization: Bearer ********************curl --location --request POST '/chat/conversation' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"body_text": "string",
"current_user": "string",
"id": "string"
}'{}