Authorization: Bearer ********************
curl --location --request GET '/api/front/cart/count?numType&type' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"property1": 0,
"property2": 0
},
"message": "string"
}