Authorization: Bearer ********************{
"appointment": {
"id": 464
},
"resend": "report"
}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": 464
},
"resend": "report"
}'{
"message": "Study send started in background.",
"workerPid": 35640
}