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