curl --location -g --request POST 'https:///api/v2/workflows//chat-threads' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Workflow chat thread created successfully",
"data": {
"id": 10,
"is_deleted": false,
"title": "New Thread",
"created_by": "admin@ejento.ai",
"created_on": "2025-05-09T15:31:57.627004Z",
"workflow": 1,
"user": 1
}
}