Authorization: Bearer ********************
curl --location --request GET '/api/front/integral/user' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"deductionIntegral": 0,
"frozenIntegral": 0,
"integral": 0,
"sumIntegral": 0
},
"message": "string"
}