Design and propose RFC to XCM to add instruction to execute XCQ via XCM
ReportQuery {
query: SizeLimitedXcq,
weight_limit: Option<Weight>,
info: QueryResponseInfo,
}
It should execute the query and send a QueryResponse back with the XcqResult in the response.