curl --location 'http://localhost:4516/dicom-tags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tagCode": "0230,2222",
"name": "Teste",
"description": "Teste",
"category": "PATIENT",
"type": "CS",
"status": "OPTIONAL",
"isSelected": true
}'{}