Authorization: Bearer ********************
curl --location --request GET '/api/front/combination/header' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"avatarList": [
"string"
],
"bannerList": [
{
"property1": {},
"property2": {}
}
],
"totalPeople": 0
},
"message": "string"
}