Create a build by fetching an artifact from a protected URL (e.g., EAS).
Behavior:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request to create a build by ingesting an artifact from a URL (e.g., Expo EAS).
Source URL of the artifact to ingest
Version string (must be unique within the app)
Optional HTTP headers to include when fetching the URL
If True, set this version as the current version for the app
Successful Response
Response model for a build (specific artifact/version of an app).