Hi, I am using the /api/availability/eventtype api to create an event type for the user, which takes an object containing the event details. I was wondering if there is a way to create more than one event type at once.
Basically, if I could pass an array of objects instead of just one object, or something similar.
If there is any other solution, kindly point me to it. I am using axios to send the requests.
Thank you