Authorization: Bearer ********************{
"appointment": {
"id": 28
},
"resend": "report",
"modalityId": 7
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/dicom/study' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appointment": {
"id": 28
},
"resend": "report",
"modalityId": 7
}'{}