curl --location --request GET 'https://api.homolog.ar/orders?filter.reference=&filter.id&filter.cuir' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"doctor": {
"name": "string",
"surname": "string",
"gender": "m",
"birthDate": "2019-08-24",
"documentType": "dni",
"documentNumber": "string",
"cuil": "stringstrin",
"email": "user@example.com",
"phone": 8,
"address": {
"street": "string",
"number": "string",
"floor": "string",
"apartment": "string",
"postalCode": "string",
"state": "CABA",
"city": "string",
"municipality": "string",
"locality": "string",
"notes": "string",
"text": "string"
},
"refepsCode": 0,
"license": {
"type": "n",
"state": "CABA",
"number": 0,
"specialty": {
"text": "string"
}
}
},
"patient": {
"name": "string",
"surname": "string",
"gender": "m",
"birthDate": "2019-08-24",
"documentType": "dni",
"documentNumber": "string",
"cuil": "stringstrin",
"email": "user@example.com",
"phone": 8,
"healthInsurance": {
"id": "string",
"number": "string",
"plan": "string",
"token": "string"
},
"address": {
"street": "string",
"number": "string",
"floor": "string",
"apartment": "string",
"postalCode": "string",
"state": "CABA",
"city": "string",
"municipality": "string",
"locality": "string",
"notes": "string",
"text": "string"
}
},
"date": "2019-08-24",
"diagnosis": {
"classifier": "cie10",
"code": "string",
"text": "string"
},
"reference": "string",
"items": [
{
"quantity": 1,
"practiceId": "string",
"notes": "string"
}
]
}
]
}