Authorization: Bearer ********************
{
"Id": [
"string"
]
}
curl --location --request DELETE '/qcd/delete-qcd' \
--header 'Content-Type: application/json' \
--data-raw '{
"Id": [
"string"
]
}'
{
"code": 10000,
"message": "success",
"data": "string"
}