curl --request POST \
--url https://apidev.epiqconnect.com/patients/getById \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--header 'x-clinic-id: <x-clinic-id>' \
--data '
{
"id": "33a82ded-19fb-4000-b221-6bab53081962"
}
'