Authorization: Bearer ********************
curl --location --request PUT 'http://localhost:8080/dicom-tags?ids=1&ids=2&ids=3' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "enabled": false }'
DICOM tags updated successfully