Authorization: Bearer ********************{
"rows": [
{"code":"string"},
{"code":"string"}
]
}curl --location --request DELETE '/es/remove-es' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"rows": [
{"code":"string"},
{"code":"string"}
]
}'{
"code": 10000,
"message": "success",
"data": 0
}