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