Authorization: ********************curl --location 'http://localhost:8080/admin/banner' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": [
{
"id": 0,
"image_url": "string",
"link_url": "string",
"sort_order": 0,
"enabled": 0
}
]
}