Authorization: Bearer ********************
{
"sqlId": 1,
"sqlIdList": "1,2"
}
curl --location --request DELETE '/msgmw/remove-sql' \
--header 'Content-Type: application/json' \
--data-raw '{
"sqlId": 1,
"sqlIdList": "1,2"
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}