curl --location --request POST 'http://localhost:8080/dicom-tags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tagCode": "0a00,001a",
"name": "Teste",
"description": "Teste",
"category": "PATIENT",
"type": "CS",
"status": "MANDATORY",
"isSelected": true
}'{}