Authorization: Bearer ********************
curl --location --request POST 'https://preprod.api.crego.io/v1/rego/designs//duplicate/'
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"flow_id": "123e4567-e89b-12d3-a456-426614174001",
"secret_id": "9e739c43-5a0b-4293-91b3-7c10894ec3f4",
"is_current": true,
"graph": {
"nodes": "node1",
"edges": "edge1",
"start_node": "node1"
},
"store_schema": {},
"created_at": "2024-11-27T00:00:00Z",
"updated_at": "2024-11-27T01:00:00Z",
"updated_by": "string",
"created_by": "string"
}