Authorization: Bearer ********************
{
"cid": 0,
"id": 0
}
curl --location --request POST '/api/front/combination/remove' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"cid": 0,
"id": 0
}'
{
"code": 0,
"data": {},
"message": "string"
}