curl --location 'https://petstore-demo.apifox.com/autotest/operation/save' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"name": "string",
"type": "string",
"uiType": "string",
"from": "string",
"system": "string",
"element": "string",
"data": "string",
"code": "string",
"projectId": "string",
"description": "string",
"createTime": 0,
"updateTime": 0,
"createUser": "string",
"updateUser": "string",
"status": 0
}'