curl --location --request GET 'http://localhost:8080/dicom-tags' \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"tagCode": "0010,0010",
"name": "Patient's Name",
"description": "Patient's Name",
"category": "PATIENT",
"type": "PN",
"status": "MANDATORY",
"isSelected": true,
"userRegister": {
"id": -1,
"name": "system",
"email": "system@system.com"
},
"userUpdate": {
"id": -3,
"name": "suporte",
"email": "suporte@zscansoftware.com"
},
"createAt": "2026-02-25T11:07:28",
"updateAt": "2026-02-25T18:58:03"
}
]