curl --request POST \
--url https://api.example.com/api/v2/integrations/candid/{slug}/patients/async-details \
--header 'Content-Type: application/json' \
--data '
{
"mrn": "<string>"
}
'{
"asyncResultId": "<string>"
}curl --request POST \
--url https://api.example.com/api/v2/integrations/candid/{slug}/patients/async-details \
--header 'Content-Type: application/json' \
--data '
{
"mrn": "<string>"
}
'{
"asyncResultId": "<string>"
}