How to create rounded border on bottom of ion-toolbar/ion-header

As i’ve got a similar need, and also a similar problem…
I found a solution in another thread here:

This work perfectly for me:

ion-header {
	ion-toolbar {
		border-radius: 0 0 40px 40px;
		overflow: hidden;
	}
}