curl --location --request PATCH '/api/v1/repos///hooks/git/' \ --header 'Content-Type: application/json' \ --data-raw '{ "content": "string" }'
{ "content": "string", "is_active": true, "name": "string" }