Insert or update a signature for Admin in context.
curl -i -X POST \
https://developer.herohealth.net/_mock/apis/public-api/openapi/v1/admin/signature \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-H 'x-practice-group-id: YOUR_API_KEY_HERE' \
-d '{
"signature": "string"
}'
curl -i -X PATCH \
https://developer.herohealth.net/_mock/apis/public-api/openapi/v1/admin/preferences \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-H 'x-practice-group-id: YOUR_API_KEY_HERE' \
-d '{
"default_notification_channel": "string"
}'
curl -i -X GET \
'https://developer.herohealth.net/_mock/apis/public-api/openapi/v1/admin_teams?admin_id=string&order_by=admin_team_name&order_descending=true&page_index=string&page_size=string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-H 'x-practice-group-id: YOUR_API_KEY_HERE'
{ "data": [ { … } ], "count": 0 }