It is expected that there will be a discrepancy between the "endAt" in the request and the response.
The "endAt" in the request is an inclusive value, while the "endAt" in the response is an exclusive value, so as in the example below, even if they refer to the same day, they will be expressed differently.
(example)
value | meaning | |
request | "endAt": "2024-11-10" | endAt <= 2024-11-10 23:59:59:999... |
response |
"endAt": "2024-11-11" |
endAt < 2024-11-11 00:00:00:000 |