Authorization: Bearer ********************
{
"isEnabled": true,
"welcomeNotice": "string",
"rotatingNotices": [
"string"
],
"rotatingInterval": 0,
"bloodMoonNotice1": "string",
"bloodMoonNotice2": "string",
"bloodMoonNotice3": "string"
}
curl --location --request PUT '/api/Settings/GameNotice' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"isEnabled": true,
"welcomeNotice": "string",
"rotatingNotices": [
"string"
],
"rotatingInterval": 0,
"bloodMoonNotice1": "string",
"bloodMoonNotice2": "string",
"bloodMoonNotice3": "string"
}'
{}