How to use a date parameter into the HTTP tool?

Hello, I need to change the url of a request every day.
i.e my url is like : https://domain.com/api/getContacts?date=2024-12-10, and I need to change the “2024-12-10” depending on the current date…

How can I do that ?