Authorization: Bearer ********************{
"program_ids": [
"02d5fd61-72d3-451c-9c25-7bb1c4df4313"
],
"as_of_date": "1742206872"
}curl --location --request PUT 'https://preprod.api.crego.io/v1/lms/reports/accrued_due/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"program_ids": [
"02d5fd61-72d3-451c-9c25-7bb1c4df4313"
],
"as_of_date": "1742206872"
}'{}