curl --request POST \
--url https://zeropath.com/api/v1/stats/issuesByVulnClass \
--header 'Content-Type: application/json' \
--header 'X-ZeroPath-API-Token-Id: <api-key>' \
--header 'X-ZeroPath-API-Token-Secret: <api-key>' \
--data '{
"organizationId": "<string>",
"projectId": "<string>",
"startDate": "2023-12-25",
"endDate": "2023-12-25"
}'
[
{
"type": "<string>",
"count": 123
}
]
curl --request POST \
--url https://zeropath.com/api/v1/stats/issuesByVulnClass \
--header 'Content-Type: application/json' \
--header 'X-ZeroPath-API-Token-Id: <api-key>' \
--header 'X-ZeroPath-API-Token-Secret: <api-key>' \
--data '{
"organizationId": "<string>",
"projectId": "<string>",
"startDate": "2023-12-25",
"endDate": "2023-12-25"
}'
[
{
"type": "<string>",
"count": 123
}
]