GuildNotFoundException
if the guild is not registered.curl --location --request PUT '/api/v1/log/message' \
--header 'Content-Type: application/json' \
--data-raw '{
"guildId": 123456789012345680,
"channelId": 987654321098765400
}'
{
"guildId": 123456789012345680,
"channelId": 987654321098765400
}