Authorization: Bearer ********************{
"name": "CT",
"exam": 2
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/dicom/modality' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "CT",
"exam": 2
}'{"status":422,"message":"Invalid exam: exam with code 2 is not active."}