name 和 schema 属性上传新的词表。id 指定待更新的词表,然后填写 name 和 schema 更新词表名称和内容。curl --location --request POST 'https://api.flashcat.cloud/api/v2/firemap/rule/card/mapping-schema/upsert' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"schema": "string"
}'{
"request_id": "string",
"data": {
"id": 0
}
}