I'm working on a project that requires a simple world map and tracking mobile device location to UE5.
Since the documentation here Basemap layer service | Documentation | ArcGIS Developers provides that I can use other basemap with the URL https://basemaps-api.arcgis.com/arcgis/rest/services/styles/{basemapStyle}?type={type}&token=<ACCESS_TOKEN> . I've change the default URL in ArcGISMapActor>Basemap to something like https://basemaps-api.arcgis.com/arcgis/rest/services/styles/ArcGIS:Nova?type=style&token=<mytoken> but the map doesn't render. I also tried switching the "Basemap Type" between "Image Layer" and "Basemap", change the type parameter in the URL to "webmap" instead of "style" but it still not works.
Did I misunderstood something like the URL does not need parameters, or my free plan does not include other type of base map, or else? Please i need some help! Many thanks!

Start game without basemap default URL
Start game with default URL