Authorization: Bearer ********************
curl --location --request GET 'https://prod.your-api-server.com/api/v1/dicom/modality?name=CT&includeExam=true' \ --header 'Authorization: Bearer <token>'
{"status":401,"message":"Unauthorized"}