curl --location 'https://petstore-demo.apifox.com/autotest/domain/delete' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"domainKeyType": "string",
"domainKey": "string",
"domainData": "string",
"environmentId": "string",
"createTime": 0,
"updateTime": 0,
"createUser": "string",
"updateUser": "string",
"status": 0
}'