curl --request POST \
--url https://api.example.com/template/feature \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"concatStyleTemplateIDs": [
123
],
"isFeatured": true
}
'{
"success": true,
"data": "<unknown>"
}Feature style template.
curl --request POST \
--url https://api.example.com/template/feature \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"concatStyleTemplateIDs": [
123
],
"isFeatured": true
}
'{
"success": true,
"data": "<unknown>"
}