curl -L \
--request POST \
--url 'https://api.laminar.run/flows' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"workflowId": 1,
"name": "text",
"description": "text",
"program": "text",
"executionOrder": 1,
"sourceId": 1,
"destinationId": 1,
"source": {
"id": 1,
"url": "text",
"authCredentials": {
"id": 1,
"name": "text",
"authType": "text"
},
"name": "text",
"description": "text",
"methodType": "GET"
},
"destination": {
"id": 1,
"url": "text",
"authCredentials": {
"id": 1,
"name": "text",
"authType": "text"
},
"name": "text",
"description": "text",
"methodType": "GET"
},
"language": "text"
}'