curl --location --request POST '/api/channels//tokens/discord/validate' \
--header 'Accept-Language;'{
"isValid": true,
"error": "string",
"botInfo": {
"application_id": "123456789012345678",
"bot_user_id": "987654321098765432",
"username": "my_discord_bot",
"bot_name": "My Discord Bot",
"global_name": "My Discord Bot",
"avatar_url": "https://cdn.discordapp.com/avatars/123/hash.png"
}
}