curl --location --request POST 'https://api.lootlocker.com/white-label-login/request-verification' \
--header 'domain-key: {{domain_key}}' \
--header 'is-development: {{development_mode}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "andreas+lalc@lootlocker.com"
}'
{}