fetchImage
open suspend override fun fetchImage(imageUrl: String): <Error class: unknown class><<Error class: unknown class>, <Error class: unknown class>?>
Fetches image bytes from a URL (stub for MVP — returns null).
Return
Either a CoreFailure or the image ByteArray.
Parameters
imageUrl
The image URL to fetch.