Sep24Fee Request
data class Sep24FeeRequest(val operation: String, val assetCode: String, val amount: String, val jwt: String? = null, val type: String? = null)
Request to query the fee for a deposit or withdrawal operation.
Note: The /fee endpoint is deprecated in SEP-24. Anchors should use SEP-38 quotes for fee calculation instead. This request class is provided for compatibility with anchors that still support the legacy fee endpoint.