Reset password

post

/api/users/reset-password

Authorizations
Body
userIdstring
Responses
curl -L \
  --request POST \
  --url '//api/users/reset-password' \
  --header 'Content-Type: application/json'
{
  "code": 1,
  "message": "text",
  "data": "text",
  "success": true
}