username:passwordAuthorization: Basic *****************{
"content": "string"
}curl --location --request PATCH '/repos///hooks/git/' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string"
}'{
"content": "string",
"is_active": true,
"name": "string"
}