Q12 Single choice Mark for later What is a best practice when building System APIs? A Document the API using an easily consumable asset like a RAML definition B Model all API resources and methods to closely mimic the operations of the backend system C Build an Enterprise Data Model (Canonical Data Model) for each backend system and apply it to System APIs D Expose to API clients all technical details of the API implementation's interaction wifch the backend system Correct answer