curl --request POST \
--url https://quark.bot/api/servers/{guildId}/active/ignore/executors \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"logType": 123,
"count": 123,
"time": 123
}
'