Authorization: Bearer ********************
{
"id": "string",
"name": "string",
"method": "string",
"maintenanceTools": "string",
"reason": "string",
"type": 0,
"alarmCodes": [
"string"
],
"typeCodes": [
"string"
]
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/EventSolution' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"method": "string",
"maintenanceTools": "string",
"reason": "string",
"type": 0,
"alarmCodes": [
"string"
],
"typeCodes": [
"string"
]
}'