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