export function copy_subject(subject_uuid, report_uuid, reload) {
    return fetch_server_api("post", `subject/${subject_uuid}/copy/${report_uuid}`, {}).then(reload)
}