cURL
curl --request POST \ --url https://api.visaji.com/forgot \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "email": "[email protected]", "id": "123", "password": "1d51eda152c84347103ad7bcb1e85e96", "phone": "123-456-7890", "photoUrl": "https://cdn.visaji.com/photo.png", "displayName": "<string>", "emailVerifiedAt": "<string>", "phoneVerifiedAt": "<string>", "updatedAt": "<string>", "createdAt": "<string>" }
Success
1
"[email protected]"
"123"
"1d51eda152c84347103ad7bcb1e85e96"
"123-456-7890"
"https://cdn.visaji.com/photo.png"