AutoCodeGen - Onboarding our customers
In this article, we will create a new customer, create an account for them, and add a couple of products or services for our customers to use.
Add CustomerHere we onboard a customer called Rando, provide necessary information as per the object variable in the controller file, pass it into the request body and execute the request.

Upon executing the get-all API call for the customer's table, our Rando customer returned along with other customers.

Now we create an account for our customer and populate the request body with the necessary body variable. We are using the actype002 account type, which is a savings account. and our rando is setting with an initial deposit of 1000 INR

Now make the get-all API call to ensure the account is created.
