curl --location --request POST 'https://api.flashcat.cloud/sourcemap/upload' \
--header 'DD-EVP-ORIGIN: datadog-ci_sourcemaps' \
--header 'DD-EVP-ORIGIN-VERSION: 3.0.2' \
--header 'Content-Encoding: gzip' \
--header 'DD-API-KEY: <api-key>' \
--form 'event="\"{
\"cli_version\": \"3.0.2\",
\"minified_url\": \"/assets/xml-edfbbf8a.js\",
\"project_path\": \"\",
\"service\": \"fd-console\",
\"type\": \"js_sourcemap\",
\"version\": \"1.0.0\",
\"git_repository_url\": \"git@github.com:flashcatcloud/fc-foundation-app.git\",
\"git_commit_sha\": \"2577bcc913e7d8a94d8dfacca4c73bca1fa91dc2\"
}\"";type=application/json' \
--form 'source_map=@"saas-web/assets/xml-edfbbf8a.js.map"' \
--form 'minified_file=@"saas-web/assets/xml-edfbbf8a.js"'