Serializes the request parameters to JSON.
@override Map<String, dynamic> toJson() { return {'community_id': communityId, 'auth': auth}; }