Password reset. If the account exists, user will receive an email with instruction. User can use the link included in the email to reset password.
Request
Body Params multipart/form-data
Email address of the user
Request samples
curl --location --request POST 'https://fleet.roscolive.com/api/v1.0/reset' \
--form 'email=""'
Responses
application/json {
"meta": {
"code": 200
},
"response": {},
"result": "OK"
}
Modified at 2024-11-23 01:55:45