curl --location --request POST 'https://api.lootlocker.com/white-label-login/sign-up' \
--header 'domain-key: {{domain_key}}' \
--header 'is-development: {{development_mode}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "{{white_label_user_email}}",
"password": "{{white_label_user_password}}"
}'
{
"id": 406,
"game_id": 2,
"email": "test@lootlocker.io",
"created_at": "2021-08-25T08:03:34.612346459Z",
"updated_at": "2021-08-25T08:03:34.612346459Z",
"deleted_at": null,
"validated_at": null
}