x-auth-token: ********************
curl --location -g --request POST 'https://api.lootlocker.io/admin/game//reward' \
--header 'x-auth-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"entity_id": "01H52F4NQ42R8NSNNSB08RQH3P",
"entity_kind": "progression_points",
"metadata": [
{
"key": "progression_points_amount",
"value": "1000"
}
]
}'
{}