x-auth-token: ********************
curl --location -g --request PATCH 'https://api.lootlocker.io/admin/v1/game//messages/1' \
--header 'x-auth-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "My message new",
"alert": true
}'
{}