curl --location --request GET 'ws://' \ --header 'Content-Type: application/json' \ --data-raw '{ "content": "string", "room": "string" }'
{ "content": "string", "senderId": "string", "isRead": true }