I use this code in leaflet to change base map . But when i am using windy api v4 it can't change base map
L.tileLayer('https://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer/tile/{z}/{y}/{x}', {
attribution: 'Trung tâm thông tin & dữ liệu KTTV',
maxZoom: 16
}).addTo(map);
How to do it with windy api v4