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