post deprecatedhttps://cloud.digifi.io/v2/los/api/products
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"]
}