followEntity
Follw an entity (podcast, creator, etc..) on behalf of a user. Requires 'edit_follows' scope permission via Oauth.
Only available with certain permissions.
followEntity(
  entityId: Int!
  entityType: Followable!
  subscribe: Boolean
): FollowResultUnion!