curl --request GET \
--url https://api.example.com/settings/git \
--cookie fastapiusersauth={
"git_allowed_domains": [
"<string>"
],
"git_repo_url": "<string>",
"git_repo_package_name": "<string>"
}curl --request GET \
--url https://api.example.com/settings/git \
--cookie fastapiusersauth={
"git_allowed_domains": [
"<string>"
],
"git_repo_url": "<string>",
"git_repo_package_name": "<string>"
}Was this page helpful?