GET /_matrix/client/r0/rooms/{roomId}/relations/{eventId}
pub(crate) async fn get_relating_events_route( __arg0: State<State>, body: Args<Request>, ) -> Result<Response>