curl --location --request GET '/api/tbl-goods/goods/list?platform&limit&store_id&store_goods_cid&category_id&sort_field&sort_type' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'manage-store-id: 1'{
"code": 200,
"msg": "操作成功",
"data": {}
}