curl --location --request PUT '/api/cognitive-maps/?invocation_id=undefined&correlation_id=undefined&reasoning=undefined&confidence=undefined&rationale=undefined&persona=undefined&model=undefined' \
--header 'X-Temper-Surface;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"entries": [
{
"chunks_packed": "string",
"content_hash": "string",
"doc_type": "string",
"edges": [
{
"kind": "string",
"label": "string",
"polarity": "string",
"to": "4a3e8739-e3a9-4b51-9b6f-406b6818a828",
"weight": 0
}
],
"facets": null,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"origin_uri": "string",
"title": "string"
}
],
"fold_edges": [
{
"from": "dee192b0-275e-44a2-9c77-32b75da2f26f",
"kind": "string",
"to": "4a3e8739-e3a9-4b51-9b6f-406b6818a828"
}
],
"fold_resources": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
],
"telos": null
}'