curl --location '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 '{
"email": "{{white_label_user_email}}",
"password": "{{white_label_user_password}}",
"custom_fields": [
{
"metadata_key": "birth_date",
"value_json": "13-11-2003"
},
{
"metadata_key": "tos_agree"
"value_json": "true"
}
]
}'{
"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
}