Forgot Password
POST
http://82.180.154.188:4352/auth/forgotpassword
Last modified:2025-04-05 16:03:51
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://82.180.154.188:4352/auth/forgotpassword' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "Mostafa@gmail.com"
}'
Response Response Example
{
"status": "success",
"message": "Code has been sent to your email."
}
Request
Body Params application/json