Authorization: Bearer ********************
curl --location --request DELETE '/api/Settings/GameNotice?language' \
--header 'Authorization: Bearer <token>'
{
"isEnabled": true,
"welcomeNotice": "string",
"rotatingNotices": [
"string"
],
"rotatingInterval": 0,
"bloodMoonNotice1": "string",
"bloodMoonNotice2": "string",
"bloodMoonNotice3": "string"
}