async fn pay_invoice(
__arg0: Extension<Arc<Gateway>>,
__arg1: Json<PayInvoicePayload>,
) -> Result<impl IntoResponse, PublicGatewayError>
async fn pay_invoice(
__arg0: Extension<Arc<Gateway>>,
__arg1: Json<PayInvoicePayload>,
) -> Result<impl IntoResponse, PublicGatewayError>