Authorization: Bearer ********************{
"Password": "123456",
"NewPassword": "123456",
"CaptchaToken": "eyJhbGciOiJIUzI1NiIs..."
}curl --location '/User/Auth/ChangePassword' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"Password": "123456",
"NewPassword": "123456",
"CaptchaToken": "eyJhbGciOiJIUzI1NiIs..."
}'{
"Success": true,
"Massage": "string"
}