post https://cloud-api-los.digifi.io
How to create a product using the DigiFi API.
The Create Product API is used to create an product.
Example Request
Below please find the JSON body for an example request:
{
"name": "Product Name",
"status": "draft",
"type": "custom",
"borrowerTypes": ["person", "company"]
}