curl --location 'https://api.lootlocker.com/white-label-login/magic-link-status/' \
--header 'domain-key: {{domain_key}}' \
--header 'is-development: {{development_mode}}'{
"session_token": "string",
"status": "string",
"user": {
"id": 0,
"game_id": 0,
"email": "string",
"created_at": "string",
"updated_at": "string",
"deleted_at": null,
"verified_at": null
}
}