curl --location -g --request POST 'https://api.lootlocker.io/admin/roles/{{user_id}}' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"game_id": ,
"roles": ["moderator"]
}'
{
"game_roles": [
{
"roles": [
"admin"
],
"game_id": 10216
}
],
"self": true,
"success": true
}
x-auth-token: ********************