curl --location --request POST 'https://api.lootlocker.com/game/triggers/cozy-crusader/v1' \
--header 'Content-Type: application/json' \
--header 'x-session-token;' \
--data-raw '{
"keys": [
"key1",
"key2",
"key3"
]
}'
{
"failed_keys": [
{
"key": "bad_key_one",
"reason": "TRIGGER_LIMIT_REACHED"
},
{
"key": "bad_key_two",
"reason": "KEY_NOT_FOUND"
},
{
"key": "bad_key_three",
"reason": "REWARD_NOT_FOUND"
}
],
"successful_keys": [
{
"key": "mykey"
}
]
}
x-session-token: ********************