Authorization: Bearer ********************
curl --location --request GET '/api/front/collect/user?limit=20&page=1' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"createTime": "2019-08-24T14:15:22Z",
"id": 0,
"image": "string",
"briefImage": "string",
"price": 0,
"productId": 0,
"storeName": "string"
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}