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