Authorization: Bearer ********************
{
"id": 0,
"columnId": 0,
"goodsId": 0
}
curl --location --request POST 'http://localhost:81/shop/column/goods' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"columnId": 0,
"goodsId": 0
}'
{
"code": 0,
"msg": "",
"data": false
}