Issue Title: Implement "Get Specific User by ID" in UserController
Issue Description:
As an admin, I want to be able to retrieve the details of a specific user by their user ID so that I can view and manage individual user information effectively.
Tasks:
- Create an endpoint in the UserController that allows the admin to fetch details of a user by their ID.
- Implement security measures to ensure only admin users can access this endpoint.
Acceptance Criteria:
Issue Title: Implement "Get Specific User by ID" in UserController
Issue Description:
As an admin, I want to be able to retrieve the details of a specific user by their user ID so that I can view and manage individual user information effectively.
Tasks:
Acceptance Criteria:
GETrequest to/api/users/{userId}and retrieve user information.