Model
struct BannerModel: Codable { var status, message: String? var data : banners? }
struct banners: Codable { var url: String? var data2: [