Authorization: Bearer ********************{
"dicomSourceField": {
"id": 26
},
"tag": "44",
"description": "Anesthetist's name"
}curl --location 'https://prod.your-api-server.com/api/v1/dicom/tag-mapping' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"dicomSourceField": {
"id": 26
},
"tag": "44",
"description": "Anesthetist'\''s name"
}'{}