curl --request POST \
--url https://services.leadconnectorhq.com/funnels/builder/section-template/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"name": "<string>"
}
'curl --request POST \
--url https://services.leadconnectorhq.com/funnels/builder/section-template/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"name": "<string>"
}
'Was this page helpful?