Converts the request parameters to a JSON format.
@override Map<String, dynamic> toJson() { return {'ask': ask, 'tx_hash': txHash, 'alpha': alpha}; }