{
"app_id": "string",
"upload_file_id": "string",
"banner_type": "image",
"title": "string",
"sub_title": "string",
"page_path": "string",
"sort_sorted": 0,
"status": "enable",
"app_upload_file_id": "string",
"name": "string",
"display_channel": "string"
}curl --location '/n-operation/api/banners/create' \
--header 'authorization;' \
--header 'referer;' \
--header 'Content-Type: application/json' \
--data '{
"app_id": "string",
"upload_file_id": "string",
"banner_type": "image",
"title": "string",
"sub_title": "string",
"page_path": "string",
"sort_sorted": 0,
"status": "enable",
"app_upload_file_id": "string",
"name": "string",
"display_channel": "string"
}'{
"detail": "操作成功",
"result": "success"
}