curl --request POST \
--url https://api.parcha.ai/api/v1/runCheck \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"agent_key": "<string>",
"check_id": "<string>",
"case_id": "<string>",
"case_type": "kyb",
"check_args": {}
}
'