Authorization: Bearer ********************curl --location --request DELETE '/goods/delete-goods' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
"string"
]'{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}