curl --location --request POST 'http://localhost:8080/dicom-tags/restore-defaults' \
--header 'Authorization: Bearer <token>'{
"message": "Default DICOM tags restored successfully",
"tagsUpdated": 28,
"tagsInserted": 0,
"totalTags": 28
}