Runs the end-of-day settlement for a specified date on demand. This is idempotent – if the date has already been successfully settled, the existing record is returned without reprocessing.
Use cases:
The scheduled job automatically covers yesterday at 23:59 UTC; this endpoint is for operational override only.
Obtain a token from POST /v1/auth/token using your client_id and client_secret, then enter Bearer <token> here.
Date to settle (ISO-8601 format, e.g. 2025-03-03). Defaults to yesterday UTC if omitted.