How can we setup traefik ingress for wildcard urls?

Hello Team,
I am working on the ingress setup with my kubernetes cluster wherein I would like to setup traefik ingress for wildcard subdomain routing.
For example:
There are n number of services created. And those need to be routed in the following way:
*.b.c.d

I want this to happen via a single ingress. I don't want to create another ingress for each service.

Can you please help me with this problem?
Thank you

Regards,
Yash BRAHMANI