curl --location 'https://petstore-demo.apifox.com/autotest/api/delete' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"name": "string",
"level": "string",
"moduleId": "string",
"projectId": "string",
"method": "string",
"path": "string",
"protocol": "string",
"domainSign": "string",
"description": "string",
"header": [
{}
],
"body": {
"innerMap": {
"property1": {},
"property2": {}
},
"empty": true,
"property1": {},
"property2": {}
},
"query": [
{}
],
"rest": [
{}
],
"createTime": 0,
"updateTime": 0,
"createUser": "string",
"updateUser": "string",
"status": "string"
}'