curl --location --request POST '/clients//actions/reports/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"metadata": {
"userId": "TestUser"
},
"action": {
"report": {
"includeSum": "includeSum",
"adb": {
"debtCollectionColumn": true,
"intervals": [
{
"intervalNo": 1,
"intervalLength": 20
},
{
"intervalNo": 4,
"intervalLength": 40
},
{
"intervalNo": 5,
"intervalLength": 60
}
]
}
}
}
}'{
"status": "PROCESSED",
"result": "CREATED",
"message": "Action reports created and accepted for processing",
"reportType": "adb",
"clientNo": 2218,
"jobQueueId": 908966
}