Retrieves a list of all prescriptions for a patient.
curl -i -X GET \
'https://developer.herohealth.net/_mock/apis/public-api/openapi/v2/prescriptions?order_by=created_at&order_descending=true&page_index=string&page_size=string&patient_id=string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-H 'x-practice-group-id: YOUR_API_KEY_HERE'