{
"alarmId": "82",
"fileIdList": [
"38",
"73"
]
}curl --location --request POST 'https://api.zhimu-tech.com/zhimu-api/alarm/unAttachFileToAlarm' \
--header 'x-zm-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"alarmId": "82",
"fileIdList": [
"38",
"73"
]
}'{
"success": true,
"errorCode": "string",
"errorMessage": "string",
"data": null
}