Follow a user
PUT {{baseUrl}}/user/following/:username
Note that you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see [HTTP verbs](https://developer.github.com/v3/#http-verbs).
Following a user requires the user to be logged in and authenticated with basic auth or OAuth with the user:follow
scope.