post https://api.cloud.mbanq.com/v1/datatables POST
This endpoint allows you to create a new datatable.
Determine the entity (e.g., "client", "account") and the specific data you need to store in the datatable.
Define the schema (columns) for the datatable, including the column names, data types, and whether each column is mandatory.
Please follow this link to know more about Data Tables
Note: The default data table UI automatically converts any field name containing spaces to underscores when using the API.
For example, "Business Description" becomes "Business_Description". To avoid conflicts, ensure you use a consistent format and do not mix both versions in any data table.