curl --location --request PUT '/api/Auth/ChangePassword' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentPassword": "string",
"newPassword": "string",
"confirmNewPassword": "string"
}'{
"success": true,
"statusCode": 0,
"errorCode": "string",
"errors": [
"string"
],
"result": true
}