cURL
curl --request POST \ --url https://quark.bot/api/servers/{guildId}/auth \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "permissions": 123 } '
{ "token": "<string>" }
Bearer
Was this page helpful?