Get Ticket Type Id of the created event

I have created an Zoom Event using API. I also wants to create tickets for the created Event using API.
When I try to create the Ticket for the event, I was getting an error " TicketTypeId Must not be null".
For a SIMPLE_EVENT event types, we don’t need a ticket type Id, though I went to the Zoom portal and open the event newly created and I was able to see there was a ticket type Id available. So I copied that used that in my API, it was working.
Now the question is how to get the ticket type Id while we create the event itself. The event create response does not have the ticket type id attribute or do we have any other method to get the ticket type id which is associated to the newly created event, so that I can get that and pass to Ticket create API

Can anyone please assist.