How to specify date ranges with “Now Playing” TMDB API

I’m fetching the nowPlaying movies from the API but no movies are displayed. I believe it is because it has a max and min date in the URL. However, I have tried to enter some dates but nothing has changed.

This is the URL

`https://api.themoviedb.org/3/discover/movie?api_key=${process.env.REACT_APP_TMDB_KEY}&include_adult=false&include_video=false&language=en-US&page=1&sort_by=popularity.desc&with_release_type=2|3&release_date.gte={min_date}&release_date.lte={max_date}`