cURL
curl --request POST \ --url https://api.paylora.org/api/v1/auth/reset_password \ --header 'Content-Type: application/json' \ --data ' { "email": "test@email.com" } '
{ "success": true }
Send email for reset password
"test@email.com"
Email sent