Authorization: Bearer ********************{
"id": 1,
"action": "ignored"
}curl --location 'https://user.mslmc.net/api/frp/threat/action' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"action": "ignored"
}'{"code":200,"msg":"处理状态更新成功!"}