{
"discount_id": "string"
}
curl --location --request DELETE '/c4-discount/delete-discount' \
--header 'Content-Type: application/json' \
--data-raw '{
"discount_id": "string"
}'
{
"code": 10000,
"message": "success",
"data": "string"
}