Authorization: Bearer ********************
{
"output": "json",
"program_ids": [
"4298bfd1-926a-4780-a8d7-15599f68007a"
],
"account_ids": [
"7f0ec56e-5fa8-4cd8-889e-764f716ec241"
],
"lead_ids": [
"fdcb211e-d6d0-4494-ba25-d4a53cc0b139"
],
"date": 1736101800,
"include_closed": true
}
curl --location --request PUT 'https://preprod.api.crego.io/v1/lms/reports/debtor/' \
--header 'Content-Type: application/json' \
--data-raw '{
"output": "json",
"program_ids": [
"4298bfd1-926a-4780-a8d7-15599f68007a"
],
"account_ids": [
"7f0ec56e-5fa8-4cd8-889e-764f716ec241"
],
"lead_ids": [
"fdcb211e-d6d0-4494-ba25-d4a53cc0b139"
],
"date": 1736101800,
"include_closed": true
}'
{}