curl --location --request POST 'https://api.lootlocker.io/admin/v1/signup' \
--header 'Content-Type: application/json' \
--data-raw '{
"organisation": "Some Organisation",
"name": "Some One",
"email": "",
"password": ""
}'
{
"success": true,
"auth_token": "26411c70e737e56494f8f70e6c6d9e30c4303b5b",
"user": {
"id": 10198,
"name": "Some Dude",
"email": "ben+666@lootlocker.com",
"signed_up": 1709648227,
"is_verified": true,
"organisations": [
{
"id": 10486,
"name": "",
"games": [],
"finalized_signup_at": null
}
]
}
}