curl --location 'https://stageapi.partake.ng/api/v2/auth/reset-password' \
--header 'Content-Type: application/json' \
--data '{
"resetToken": "{{resetToken}}",
"newPassword": "NewSecurePass1!"
}'{
"success": false,
"error": {
"code": "RESET_TOKEN_INVALID",
"message": "Reset token is invalid or has expired.",
"details": {}
},
"statusCode": 401
}