Future<JSON> getTransactionById(String id) { return postCall<JSON>( "$baseURL/wallet/gettransactionbyid", data: {"value": id}, ); }