Is it possible to create bulk/multiple sheets using Create Sheet API in a single call?
FYI: I am aware of looping the request to create multiple sheets, but how can I perform bulk creation within a single call?
Please help me with knowing how to achieve this. The response schema in the API documentation allows me to think bulk operation on "https://api.smartsheet.com/2.0/sheets" endpoint is possible as it shows success and partial success as well.
However the request body demonstrates only a single sheet creation.
Thank you in advance.