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