curl --location 'https://api.lootlocker.com/white-label-login/request-magic-link' \
--header 'domain-key: {{domain_key}}' \
--header 'is-development: {{development_mode}}' \
--header 'Content-Type: application/json' \
--data '{
"email": "string"
}'{}