post https://api.clickup.com/api/v2/folder//list_template/
Create a new list using a list template in a folder
This request runs synchronously by default with return_immediately=true
. The request returns the future List ID immediatly, but the List might not created at the time of the request returning.
Small temmplates can be applied syncronously, which guarantees that all sub objects are created. In case of a timeout on syncronous requests, the of objects from the template will continue to be created past the timeout.