Can't fetch WMTS data

I recently registered at sentinel-hub.com to familiarize myself with the service’s features. I try to fetch WMTS data, but it doesn’t work.
The url is https://services.sentinel-hub.com/ogc/wmts/<INSTANCE_ID>?showLogo=false&service=WMTS&request=GetTile&layer=FALSE-COLOR%2CDATE&styles=&format=image%2Fjpeg&transparent=false&version=1.1.1&maxcc=30&time=2025-03-05&tilematrixset=PopularWebMercator256&tilematrix={z}&tilecol={x}&tilerow={y}
Any ideas why this is not working?
Thanks

Hi,

I assume that you have already gone through the documentation for OGC APIs? And tried out the examples here?

I noticed in your URL that the time set is: 2025-03-05. This date is in the future so will not work. This should also be a time range and not a single date as documented.