async fn get_invoice(
__arg0: Extension<Arc<Gateway>>,
__arg1: Json<GetInvoiceRequest>,
) -> Result<impl IntoResponse, AdminGatewayError>
async fn get_invoice(
__arg0: Extension<Arc<Gateway>>,
__arg1: Json<GetInvoiceRequest>,
) -> Result<impl IntoResponse, AdminGatewayError>