{
"NewPassword": "string",
"Ticket": "string",
"Wxid": "string"
}
curl --location --request POST 'http://test-cn.your-api-server.com/User/SetPasswd' \
--header 'Content-Type: application/json' \
--data-raw '{
"NewPassword": "string",
"Ticket": "string",
"Wxid": "string"
}'
{}