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