{
"verityCodeType": "1",
"ticket": "string",
"account": "string",
"newPassword": "string"
}curl --location --request POST '/api/v1/pro/real/modify/password' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"verityCodeType": "1",
"ticket": "string",
"account": "string",
"newPassword": "string"
}'