Authorization: Bearer ********************
curl --location --request GET '/api/front/combination/list' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"content": "string",
"id": 0,
"image": "string",
"otPrice": 0,
"people": 0,
"price": 0,
"productId": 0,
"stock": 0,
"title": "string",
"userCollect": true
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}