
Returns the profile image for the specified user. The endpoint dynamically selects the image file based on the {user} and {imageSource} path parameters. The returned file is a standard image (JPEG/PNG), but the server determines which image to serve at request time.
GET /Assets/Images/{user}/{imageSource}
GET /api/image
Retrieves the image associated with a specific user ID. This endpoint is fully dynamic, using the id parameter to locate the user and the hashValue for authorization. The server chooses the appropriate image file (e.g., Blackboard.jpg) or returns a fallback placeholder if no file exists.