cURL
curl --request POST \ --url http://localhost:8091/api/servers/{serverID}/bots/{botID} \ --header 'Authorization: Bearer <token>'
Adds a bot to a server. The authenticated user must own the bot.
Session token obtained from /api/auth/login or /api/auth/register. Pass as: Authorization: Bearer
Server ID
Bot user ID
Bot added to server