Authorization: ********************curl --location 'https://mock.apidog.com/m1/1212435-0-default/api/Auth/password/reset' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"newPassword": "123456",
"confirmPassword": "123456"
}'{
"isSuccess": true,
"data": true,
"message": "Password has been successfully reset.",
"statusCode": 200,
"errors": []
}