curl --location -g --request PUT 'https://localhost/api/v1/workflows/?workspace_uuid={{workspace_uuid}}' \
--header 'Accept: application/json' \
--header 'X-Multiplai-Authorization;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"profile_photo_key": "string",
"profile_photo_config": {
"emoji": "string",
"background_color": "string",
"preference": "emoji"
},
"visibility": "public",
"is_active": true,
"nodes": [
{}
],
"edges": [
{}
],
"settings": [
"string"
],
"static_data": [
"string"
],
"pin_data": [
"string"
],
"metadata": [
"string"
]
}'{
"data": {
"id": 42,
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"user_id": 15,
"workspace_id": 3,
"template_id": null,
"name": "Customer Onboarding Flow",
"description": "Automated workflow for onboarding new customers",
"profile_photo_url": null,
"profile_photo_config": null,
"visibility": "workspace",
"is_active": true,
"is_owner": true,
"is_favorite": false,
"trigger_count": 2,
"allow_cloning": true,
"allow_account_usage": false,
"last_used_at": "2026-02-10T14:30:00.000000Z",
"created_at": "2026-01-15T10:00:00.000000Z",
"updated_at": "2026-02-10T09:15:00.000000Z",
"deleted_at": null,
"executions_count": 156,
"executions_in_progress_count": 3,
"executions_for_review_count": 7,
"executions_completed_count": 142
}
}