curl --request POST \
--url https://api.pathors.com/v1/projects/{projectId}/pathway/edges \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"source": "<string>",
"target": "<string>",
"condition": "<string>"
}
'