curl --location --request POST 'http://localhost:8080/dicom-tags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tagCode": "0000,0017",
"name": "Teste",
"description": "Teste",
"isSelected": true
}'{}