curl --location 'https://petstore-demo.apifox.com/autotest/report/delete' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"name": "string",
"taskId": "string",
"environmentId": "string",
"deviceId": "string",
"sourceType": "string",
"sourceId": "string",
"startTime": 0,
"endTime": 0,
"status": "string",
"projectId": "string",
"createTime": 0,
"updateTime": 0,
"createUser": "string",
"updateUser": "string"
}'