X-API-Key: ********************curl --location --request PUT 'https://api.snakk.ai/api/workflows/' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"description": "string",
"definition": {
"property1": "string",
"property2": "string"
}
}'{
"id": "string",
"name": "string",
"definition": {},
"is_active": true
}