pub async fn sql(
    __arg0: State<Arc<dyn WorkerCtx>>,
    __arg1: Path<SqlParams>,
    __arg2: Query<SqlQueryParams>,
    auth: SpacetimeAuthHeader,
    body: String
) -> Result<impl IntoResponse>