{ "user": "string", "message": "string" }
curl --location --request POST '/api/chat/send_message' \ --header 'Content-Type: application/json' \ --data-raw '{ "user": "string", "message": "string" }'
null