curl --location --request POST 'https://api-pruebas.phoqo.cl/pruebas/v2/patients/search' \
--header 'empresa: ' \
--header 'grupo: ' \
--header 'x-application: PHOQO' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"identificationType": "passport",
"identificationNumber": "string",
"identification": "string",
"name": "string",
"gender": "male",
"birthDate": "string",
"nationality": "string",
"phone": "string"
}'[
{
"dateCreation": "string",
"id": "string",
"email": "string",
"identificationType": "passport",
"identificationNumber": "string",
"identification": "string",
"name": "string",
"gender": "male",
"birthDate": "string",
"nationality": "string",
"phone": "string",
"dateUpdate": "string",
"companyId": "string"
}
]