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