Resolve git credentials for a repo host
curl --request POST \
--url https://api.kazzle.app/api/internal/git/credential \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"spaceId": "<string>",
"host": "<string>",
"protocol": "<string>"
}
'{
"username": "<string>",
"password": "<string>"
}curl --request POST \
--url https://api.kazzle.app/api/internal/git/credential \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"spaceId": "<string>",
"host": "<string>",
"protocol": "<string>"
}
'{
"username": "<string>",
"password": "<string>"
}