curl --location '/v1/episodes/edges?mindspace_id=undefined' \
--header 'Authorization: Bearer <token>'{
"edges": [
{
"from_id": "string",
"to_id": "string",
"type": "string",
"weight": 0
}
]
}