Authorization: Bearer ********************
{
"account_ids": [
"ad95cb86-a5a1-4b63-bd4b-0d25d2f5f67f"
],
"date": 1735648613
}
curl --location --request POST 'https://preprod.api.crego.io/v1/lms/emis/run_eod/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_ids": [
"ad95cb86-a5a1-4b63-bd4b-0d25d2f5f67f"
],
"date": 1735648613
}'
null