curl --location 'https://api.lootlocker.io/admin/v1/session/ticket' \
--header 'Content-type: application/json' \
--data '{
"ticket": "login_2f8c1d..."
}'{
"success": true,
"auth_token": "string",
"user": {
"id": 0,
"name": "string",
"email": "string",
"signed_up": 0,
"is_verified": true,
"organisations": [
{
"id": 0,
"name": "string",
"finalized_signup_at": "string",
"subscribed": true,
"games": [
{
"id": 0,
"name": "string"
}
]
}
]
}
}