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": "<string>",
"sourceYaml": "<string>"
}'