Xibo Dataset Remote Current Date in URL Path

I need your help about get Dataset from Public API.

Currently I’m trying to get Dataset remotely from the API. But the API only give me data response only if using path as data request.

The format is like this
https://api.myquran.com/v1/sholat/jadwal/1222/[year]/[month]/[date]

And I want to put current date, month and year as path to the url like

https://api.myquran.com/v1/sholat/jadwal/1222/2023/08/14

And it returns data on August 14th 2023 (which means today)