curl --location --request PUT 'https://petstore-demo.apifox.com/admin/order/complete/101' \ --header 'Content-Type: application/json' \ --data-raw ''
{ "code": 0, "data": {}, "msg": "string" }