in src/base-commands/api.ts [71:74]
protected async fetchImage(id: string, suffix?: string) {
const mainEndpoint = `${this.profile!.mediaApiHost}images`
const endpoint = id ? `${mainEndpoint}/${id}${suffix ? `/${suffix}` : ''}` : mainEndpoint