post https://api.clickup.com/api/v2/folder//list_template/
Create a new list using a list template in a Folder. Publicly shared templates must be added to your Workspace before you can use them with the public API.
This request runs synchronously by default with return_immediately=true
.
The request returns the future List ID immediatly, but the List may not be created when the response is sent.
Small templates can be applied synchronously, which guarantees that all sub objects are created.
In case of a timeout on synchronous requests, the objects from the template will continue to be created past the timeout.