curl --location --request POST '/api/v1/auth/forget-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "abdullahyahaya2018@gmail.com"
}'{
"data": {
"reset": {
"id": "67489c92ce8dbc0ae8a27dee",
"email": "abdullahyahaya46+201@gmail.com",
"link": "6454",
"status": false,
"userId": "6748543a74a79f723d2548e0",
"createdAt": "2024-11-28T16:38:42.418Z",
"updatedAt": "2024-11-28T16:38:42.418Z"
},
"status": true,
"message": "Password has been sent to your email"
}
}