x-session-token: ********************curl --location 'https://api.lootlocker.com/game/metadata' \
--header 'x-session-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"self": true,
"entries": [
{
"value": "test",
"key": "test_key",
"type": "string",
"tags": [],
"access": [
"game_api.read"
],
"action": "upsert"
}
]
}'{
"errors": [],
"source": "player",
"source_id": "01KRGXNZFT8CYK5B6266TN1Z0S"
}