FrontToken: ********************{
"property1": [
"string"
],
"property2": [
"string"
]
}curl --location --request POST '/front/caseCenter/deleteIds' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": [
"string"
],
"property2": [
"string"
]
}'{
"error": true,
"data": {},
"success": true,
"warn": true,
"empty": true,
"property1": {},
"property2": {}
}