curl --request POST \
--url https://dash.empirical.run/api/v1/git-checks/skip \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"repo": "<string>",
"commit_sha": "<string>",
"environment": "<string>"
}
'