{ "email": "user@example.com" }
curl --location --request POST 'https://platform.shopranos.eu/api/Accounts/SendVerification' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com" }'
{}