Get Image
This endpoint retrieves an image by its filename.
GET
/Image/GetImage/{filename}
Authorization
Authorization
RequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Path Parameters
filename
RequiredstringThe name of the image file to retrieve.
Returns the image file with the appropriate MIME type.