Authorization: Bearer ********************{
"appointment": {
"id": 464
},
"resend": "report"
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/dicom/study-foreground' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appointment": {
"id": 464
},
"resend": "report"
}'{
"status": "success",
"appointmentId": 458,
"title": "Study sent successfully",
"message": "Study for appointment sent to PACS successfully."
}