curl --location '/chat/sendChatMessage' \ --header 'Content-Type: application/json' \ --data '{ "receiver_id": "string", "message": "string", "type": "string", "conversationId": "string", "senderid": "string" }'
null