curl --location '/n-operation/api/banners/page?banner_type=&status=&page=&limit=' \
--header 'authorization;' \
--header 'referer;'{
"data": [
{
"id": "string",
"app_id": "string",
"app_name": "string",
"app_icon_url": "string",
"upload_file_id": "string",
"banner_url": "string",
"banner_type": "image",
"title": "string",
"sub_title": "string",
"page_path": "string",
"sort_sorted": 0,
"status": "enable",
"installed_app_id": "string",
"name": "string",
"display_channel": "string",
"app_upload_file_id": "string",
"app_banner_url": "string",
"created_at": 0
}
],
"total": 0,
"has_more": true
}