List Social Accounts For The Authenticated User
The GitHub User API endpoint `/user/social_accounts` with the GET method retrieves a list of all social media accounts associated with the authenticated user's GitHub profile. This endpoint requires authentication and returns information about connected social accounts such as LinkedIn, Twitter, Facebook, or other platforms that the user has linked to their GitHub account. The response typically includes details like the provider name, the profile URL, and any other relevant metadata for each...