curl --request PATCH \
--url https://api.example.com/settings/git \
--header 'Content-Type: application/json' \
--cookie fastapiusersauth= \
--data '
{
"git_allowed_domains": [
"<string>"
],
"git_repo_url": "<string>",
"git_repo_package_name": "<string>"
}
'