request.post(`${_host}${urlPrefix}/rest/images`)
  .timeout(_timeout)
  // remove Content-Type since we're sending a file
  .set({ ..._headers, "Content-Type": undefined})
  .field('name', image.name)