X-API-Key: ********************curl --location 'https://api.snakk.ai/api/workflows//assign' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"agentId": "bc309ecf-5f66-4057-93c5-6611cc9cb7b2"
}'{
"agent": {
"property1": "string",
"property2": "string"
},
"workflow": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string"
}
}