curl --request POST \
--url https://api.example.com/api/v2/integrations/careviso/{slug}/prior-authorizations \
--header 'Content-Type: application/json' \
--data '
{
"testNames": [
"<string>"
],
"cptCodes": [
"<string>"
],
"insuranceName": "<string>",
"groupId": "<string>",
"memberId": "<string>",
"patientId": "<string>",
"patientFirstName": "<string>",
"patientLastName": "<string>",
"patientDob": "<string>",
"patientPhone": "<string>",
"providerId": "<string>",
"providerFirstName": "<string>",
"providerLastName": "<string>",
"providerNpi": "<string>",
"providerPhone": "<string>",
"providerFax": "<string>",
"labOrderId": "<string>",
"serviceDate": "<string>",
"icd10Codes": [
"<string>"
],
"caseType": "prior_auth_request",
"attachments": [
{
"id": "<string>",
"fileName": "<string>"
}
],
"testIdentifiers": [
"<string>"
],
"testType": "<string>",
"insuranceId": "<string>",
"patientGender": "M",
"patientStreet": "<string>",
"patientStreet2": "<string>",
"patientCity": "<string>",
"patientState": "<string>",
"patientZip": "<string>",
"collectionType": "<string>",
"collectionDate": "<string>",
"accessionDate": "<string>"
}
'