Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://134.209.118.139:3002/finance/deals/create \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data ' { "dealname": "CAMON 50 MONTHLY", "totalamount": 1510000, "deposit": 550000, "monthly": 160000, "months": 6 } '
{ "message": "No token provided." }
JWT token obtained from POST /api/auth/signin
POST /api/auth/signin
"CAMON 50 MONTHLY"
1510000
550000
160000
6
Deal created