signature
using the following formula:SHA1(JSON Encoded Payload + Signature From Start Call + Current Player ID)
curl --location --request POST 'https://api.lootlocker.com/game/v1/event/6/end' \
--header 'Content-Type: application/json' \
--header 'x-session-token;' \
--data-raw '{
"signature": "9b62274d68c3dd4a10eefd3691b4c6a782b71e42",
"payload": {
"finish_score": 100,
"finish_time": "01:00:00"
}
}'
{
"success": true,
"score": 511,
"check_grant_notifications": true,
"xp": {
"previous": 0,
"current": 0
},
"levels": [
{
"level": 0,
"is_prestige": false,
"xp_threshold": 0
}
]
}