cURL
curl --request POST \ --url http://localhost:8091/api/servers/{serverID}/channels/{channelID}/join \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Adds the authenticated user to a public channel. Private channels cannot be self-joined.
Session token obtained from /api/auth/login or /api/auth/register. Pass as: Authorization: Bearer
Server ID
Channel ID
Joined the channel