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