curl --location 'https://open.vectcut.com/cut_jianying/publish_workflow?name=test_workflow_1&description=test1&is_shared=0&tags=%E6%A0%87%E7%AD%BE1%2C%20%E6%A0%87%E7%AD%BE2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"script": [
{
"type": "action",
"id": "uuid_1",
"action_type": "add_text",
"params": {
"text": "Hello World",
"start": 0,
"end": 5.0,
"track_name": "text_main",
"font_size": 8.0,
"font_color": "#FF0000"
}
}
]
}'{
"error": "",
"output": {
"description": "test1",
"name": "test_workflow_1",
"workflow_id": "4a9a7e7ac725401dbc3fe20aa513543c"
},
"purchase_link": "https://www.coze.cn/store/project/7498257920212647946?entity_id=1&bid=6g6miqtbk3009",
"success": true
}