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