x-auth-token: ********************
curl --location --request POST 'https://api.lootlocker.io/admin/game//feedback/category' \
--header 'x-auth-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"entity": "player",
"name": "Hacking",
"description": "Use this to report hacking players"
}'
{}