APIError: FetchError: invalid json response body [...] reason: Unexpected end of JSON input
Per "Adding an asset" docs:
This returns a 202 empty response from our server
The following request is throwing an error when the library attempts to call .json() on the null response body
await imgix.request(`sources/${sourceId}/assets/add/${originPath}`, {
method: 'POST',
body: {},
})