Authorization: Bearer ********************
{
"agentName": "string",
"originalStatus": 0,
"nowStatus": 0,
"result": true,
"operateTime": "2019-08-24T14:15:22Z",
"switchGuideRecordId": "string",
"step": "string",
"stepLevel": "string",
"type": "string"
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/CircuitDiagram/AddLog' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"agentName": "string",
"originalStatus": 0,
"nowStatus": 0,
"result": true,
"operateTime": "2019-08-24T14:15:22Z",
"switchGuideRecordId": "string",
"step": "string",
"stepLevel": "string",
"type": "string"
}'