curl --request POST \
--url https://api.example.com/concat/templates \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"code": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"page": 1,
"pageSize": 10
}
'{
"success": true,
"data": "<unknown>"
}Get list of draft concats with formatting templates. Supports paging.
curl --request POST \
--url https://api.example.com/concat/templates \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"code": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"page": 1,
"pageSize": 10
}
'{
"success": true,
"data": "<unknown>"
}