We would like to force our developers to populate some custom attributes to API Product every time it's created. Is there a way to set them as required fields to ensure API Product is created only in case those attributes are passed, for ex, API Product is created only in case there're custom attributes with names 'auth_type' and 'access_type'?
Thanks!