curl --request POST \
--url https://zeropath.com/api/v1/sca/manifests/search \
--header 'Content-Type: application/json' \
--header 'X-ZeroPath-API-Token-Id: <api-key>' \
--header 'X-ZeroPath-API-Token-Secret: <api-key>' \
--data '
{
"repositoryId": "<string>",
"scaScanId": "<string>",
"organizationId": "<string>",
"cursor": "<string>",
"limit": 10,
"searchQuery": "<string>",
"hasVulnerabilities": true,
"transitivity": "direct",
"packageType": "public",
"ecosystems": [
"<string>"
]
}
'