{ "authentication": { "services": [ { "name": "generateToken", "file": "actions/authentication/generateToken.json" } ] }, "products": { "services": [ { "name": "getProductCount", "file": "actions/products/getProductCount.json" } ] }, "customers": { "services": [ { "name": "getCustomerByDocument", "file": "actions/customers/getCustomerByDocument.json" }, { "name": "createCustomer", "file": "actions/customers/createCustomer.json" }, { "name": "updateCustomer", "file": "actions/customers/updateCustomer.json" } ] } }