curl --location --request DELETE '/app-api/promotion/article-category/list' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": [
{
"id": 1,
"name": "技术",
"picUrl": "https://www.iocoder.cn/1.png"
}
],
"msg": "string"
}