Authorization: Bearer ********************
curl --location --request GET '/api/front/user/spread/banner' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": [
{
"id": 0,
"pic": "string",
"title": "string"
}
],
"message": "string"
}