x-auth-token: ********************curl --location --request POST 'https://api.lootlocker.io/admin/game//player//bans' \
--header 'x-auth-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"notes": "string",
"banned_until": "2019-08-24T14:15:22.123Z"
}'{
"id": 0,
"player_id": "string",
"ban_reason": "manual",
"moderator_notes": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"banned_on": "2019-08-24T14:15:22.123Z",
"banned_until": "2019-08-24T14:15:22.123Z"
}