curl --location --request POST 'https://api.lootlocker.com/white-label-login/request-reset-password' \
--header 'domain-key: {{domain_key}}' \
--header 'is-development: true' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "tobias+lol27@lootlocker.io"
}'
{}