curl --location --request POST 'https://api.flashcat.cloud/api/v2/firemap/rule/card/mapping-schema/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
]
}'
{
"request_id": "string",
"data": "string"
}