curl --location 'https://petstore-demo.apifox.com/autotest/user/update/password' \ --header 'Content-Type: application/json' \ --data '{ "userId": "string", "oldPassword": "string", "newPassword": "string" }'