πReset password
This endpoint is used to initiate the password reset process for a user in the DrugNet System.
Endpoint: POST /reset_password
Headers
Name
Value
Content-Type
application/json
Authorization
x-api-key
Request Body
Name
Type
Description
string
Email of the user
Response
{
"success": true,
"code": "200",
"message": "Password Sent Successfully. Please check your email or sms for Password"
}
Last updated