🔑Reset password

This endpoint is used to initiate the password reset process for a user in the DrugNet System.

Endpoint: POST /reset_password

Headers

Request Body

Response

{
    "success": true,
    "code": "200",
    "message": "Password Sent Successfully. Please check your email or sms for Password"
}

Last updated