Body
-
newPassword
string | null -
confirmNewPassword
string | null
curl \
--request POST 'http://alzaware.runasp.net/api/NormalUser/ResetPassword' \
--header "Content-Type: application/json" \
--data '{"newPassword":"string","confirmNewPassword":"string"}'
curl \
--request POST 'http://alzaware.runasp.net/api/NormalUser/ResetPassword' \
--header "Content-Type: text/json"
curl \
--request POST 'http://alzaware.runasp.net/api/NormalUser/ResetPassword' \
--header "Content-Type: application/*+json"
{
"newPassword": "string",
"confirmNewPassword": "string"
}
{
"newPassword": "string",
"confirmNewPassword": "string"
}
{
"newPassword": "string",
"confirmNewPassword": "string"
}