curl --location --request POST 'https://api.sandbox.velopayments.com//v1/password/reset' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "foo@example.com" }'
{}