curl --location --request POST '/User/SetPasswd?authcode' \ --header 'Content-Type: application/json' \ --data-raw '{ "NewPassword": "string", "Ticket": "string", "Wxid": "string" }'
{}