Skip to content

Instantly share code, notes, and snippets.

@TobiasBerg
Created January 22, 2021 12:29
Show Gist options
  • Save TobiasBerg/d218b141fdc5b49a854c453d0b7ebbb5 to your computer and use it in GitHub Desktop.
Save TobiasBerg/d218b141fdc5b49a854c453d0b7ebbb5 to your computer and use it in GitHub Desktop.
Bash Write Player Storage Example
curl -X POST 'https://api.lootlocker.io/game/v1/player/storage' \
-H 'Content-Type: application/json' \
-H 'x-session-token: your session token' \
-d '[{
"order": 1,
"key": "characterColor",
"value": "0,193,82"
}]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment