Set public organization membership for the authenticated user

PUT {{baseUrl}}/orgs/:org/public_members/:username

The user can publicize their own membership. (A user cannot publicize the membership for another user.)

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).