x-auth-token: ********************
curl --location --request POST 'https://api.lootlocker.io/admin/v1/game/2142/assets/links' \
--header 'x-auth-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"name": "Babawaba"
}'
{}