pub async fn set_flow_user_state( configuration: &Configuration, workspace: &str, id: &str, key: &str, body: Option<Value>, ) -> Result<String, Error<SetFlowUserStateError>>