Create server endpoint to GET all user's information for the profile page by their userID user information includes: Username, profile picture: string, userID, bio: string, liked games: string[], interests: string[], posts: post[]
Create server endpoint to GET all user's information for the profile page by their userID
user information includes:
Username,
profile picture: string,
userID,
bio: string,
liked games: string[],
interests: string[],
posts: post[]