export function add_metric(subject_uuid, metricType, reload) {
    fetch_server_api("post", `metric/new/${subject_uuid}`, { type: metricType }).then(reload)
}