Closed devanshrajput07 closed 9 months ago
API Implementation : Update Password
Endpoint Information API Endpoint URL: /api/v1/users/password/update HTTP Method: PUT
Request Payload Request Format: JSON
{ "oldPassword": "TJTBJd123@@", "password": "FHhkbskjlj15245##" }
Response Format
{ "success": true, "message": "Password updated successfully", "user": { "_id": "65bbcd0b561062b186858e04" } }
Assign me @sayan404 .
okay , I am assigning this issue to you . @devanshrajput07
API Implementation : Update Password
Endpoint Information API Endpoint URL: /api/v1/users/password/update HTTP Method: PUT
Request Payload Request Format: JSON
Response Format