x-auth-token: ********************
curl --location --request PATCH 'https://api.lootlocker.io/admin/v1/game/4/assets/candidate/10' \
--header 'x-auth-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "approve"
}'
{}