Authorization: ********************curl --location '/api/v1/streams?execution_mode=undefined' \
--header 'Authorization: <api-key>'{
"count": 0,
"streams": [
{
"id": "string",
"name": "string",
"description": "string",
"status": "draft",
"execution_mode": "backend_driven",
"phone_number": "string",
"backend_url": "string",
"definition": {},
"created_at": "string",
"updated_at": "string"
}
]
}