{
"statusCode": 400,
"message": "Bad Request",
"error": "Invalid input data"
}{
"statusCode": 404,
"message": "Not Found",
"error": "Resource not found"
}{
"statusCode": 500,
"message": "Internal Server Error",
"error": "An unexpected error occurred"
}Merchant
Reset merchant password with reset token
Route: MerchantAuthV2Service.resetPassword
POST
/
merchant
/
reset-password
{
"statusCode": 400,
"message": "Bad Request",
"error": "Invalid input data"
}{
"statusCode": 404,
"message": "Not Found",
"error": "Resource not found"
}{
"statusCode": 500,
"message": "Internal Server Error",
"error": "An unexpected error occurred"
}Authorizations
Body
application/json
The body is of type any.
Response
Success