ClickUp Create from Template

I wonder if someone was able to create a Folder by a template folder in clickup, Here is what we tried. Did you succeed as well?

curl 'https://app.clickup.com/templates/v1/categoryTemplate/t-90030104034?conflict_modal=true' \
  .....
  -H 'X-Workspace-ID: 1266447' \
  -H 'X-Build-Git-Sha-Short: f52dcd7' \
  -H 'Content-Type: application/json' \
.....
  --data-raw '{"task_id":null,"name":"new folder","old_assignees":true,"old_subtask_assignees":true,"old_followers":true,"old_tags":true,"attachments":true,"comment":true,"comment_attachments":true,"old_status":true,"old_statuses":true,"subtasks":true,"content":true,"old_checklists":true,"recur_settings":true,"priority":true,"internal_dependencies":true,"external_dependencies":true,"return_immediately":true,"custom_fields":true,"time_estimate":true,"include_views":true,"automation":true,"template_id":"t-90030104034","old_due_date":true,"old_start_date":true,"project_id":"1348579","archived":0,"v2_sub_template":true}' \
  --compressed

I am looking also for a solution. Can you explain me, what this means? Is there a documantation for these code lines? In which module I can do such “code”?

Thank you much!!