Date Ranges for Data Pull via API

I have this URL inside a python code I am using to pull kobo toolbox data via API. how can I maniupulate the above url to allow me pull data via date ranges.
Perhaps restricting today values or start/end fields of my questionnaire.

KONTOOLBOX_API_URL ='https://eu.kobotoolbox.org/api/v2/assets/myformid/data/?format=json'

@franklwambo21, fyi