Retrieves a list of subscriptions for a practice group.
curl -i -X GET \
'https://developer.herohealth.net/_mock/apis/public-api/openapi/v1/subscriptions?order_by%5B%5D=created_at&order_descending%5B%5D=string&page_index=0&page_size=0&patient_id=string&scheme_id=string&scheme_name=string&status=cancelled' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-H 'x-practice-group-id: YOUR_API_KEY_HERE'
curl -i -X GET \
'https://developer.herohealth.net/_mock/apis/public-api/openapi/v1/subscribers?order_by%5B%5D=created_at&order_descending%5B%5D=string&page_index=0&page_size=0&patient_id=string&scheme_id=string&scheme_name=string&status=cancelled&subscription_id=string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-H 'x-practice-group-id: YOUR_API_KEY_HERE'