Authorization: Bearer ********************curl --location --request PUT '/chat/messages//input' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"current_user": "string",
"user_message": "string"
}'{}