Authorization: ********************curl --location '/api/cogmaps//graph/slice' \
--header 'X-Temper-Surface;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"depth": 0,
"edge_kinds": [
"express"
],
"seeds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}'{
"edges": [
{
"edge_kind": "express",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"label": "string",
"polarity": "forward",
"source": "07b8e003-7027-443f-88b0-24a5eb1cc68b",
"target": "65a17d54-9c67-4477-8b80-d3f97e165aa5",
"weight": 0
}
],
"nodes": [
{
"degree": 0,
"doc_type": "string",
"excerpt": "string",
"home": "context",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"salience": 0,
"stage": "string",
"title": "string"
}
]
}