Authorization: Bearer ********************curl --location --request PATCH 'https://api.github.com/repos///check-suites/preferences' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"auto_trigger_checks": [
{
"app_id": 4,
"setting": false
}
]
}'