async fn SendUserInterfaceRequest<TPayload: Serialize + Clone>(
Environment: &MountainEnvironment,
EventName: &str,
Payload: TPayload,
) -> Result<Value, CommonError>Expand description
A generic helper function to send a request to the Sky UI and wait for a response.