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