I wanted to share a video tutorial with a no-code method to test your websocket connection using Postman. Below, you'll find the JSON you'll need to send to connect to a channel. If you have any questions, feel free to ask!
https://www.loom.com/share/2fe1fe91800843518bf2f53a96462287?sid=07ae0665-899d-485b-b82e-c177d927bf5f
{
"action": "join",
"options": {
"channel": "channel_name"
},
"payload": {
"history": false,
"presence": true
}
}