Function create_offer_for_operator

Source
async fn create_offer_for_operator(
    __arg0: Extension<Arc<Gateway>>,
    __arg1: Json<CreateOfferPayload>,
) -> Result<impl IntoResponse, AdminGatewayError>