curl --request POST \
--url https://api.copper.co/platform/reports/lending \
--header 'Content-Type: application/json' \
--data '{
"fromDate": "<string>",
"organizationId": "<string>",
"reportType": "outstanding-loans-report,loan-activity-report,loan-fees-report",
"toDate": "<string>"
}'
{}
curl --request POST \
--url https://api.copper.co/platform/reports/lending \
--header 'Content-Type: application/json' \
--data '{
"fromDate": "<string>",
"organizationId": "<string>",
"reportType": "outstanding-loans-report,loan-activity-report,loan-fees-report",
"toDate": "<string>"
}'
{}
OK
The response is of type object
.