curl --request POST \
--url https://api.withampersand.com/v1/projects/{projectIdOrName}/integrations/{integrationId}/revisions \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"sourceZipUrl": "https://storage.googleapis.com/my-bucket/source-files/integration-v1.2.3.zip",
"sourceYaml": "<string>"
}'