Unsupported
GET /user/followersUAT - List followers of the authenticated userGET /user/followingUAT - List the people the authenticated user followsGET /user/following/{username}UAT - Check if a person is followed by the authenticated userPUT /user/following/{username}UAT - Follow a userDELETE /user/following/{username}UAT - Unfollow a userGET /users/{username}/followersUAT IAT - List followers of a userGET /users/{username}/followingUAT IAT - List the people a user followsGET /users/{username}/following/{target_user}UAT IAT - Check if a user follows another user