curl \
--request PATCH 'https://demo.api.fygi.store/external/api/age-groups' \
--header "authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '[{"id":"string","handle":{"value":"string"},"name":{"value":"string"},"minimalAge":{"value":42}}]'
curl \
--request PATCH 'https://demo.api.fygi.store/external/api/age-groups' \
--header "authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PATCH 'https://demo.api.fygi.store/external/api/age-groups' \
--header "authorization: $API_KEY" \
--header "Content-Type: application/*+json"