Returns a paginated list of followers or following for a user. Defaults to the authenticated user’s followers.
Clerk session token. Use Authorization: Bearer
Target user ID. Defaults to authenticated user.
followers, following { success: true, data: { users, total, page, totalPages } }