ReadCompletionDto
One completed read-through of a book.
completedAtstring<date-time>required
When this pass finished.
Example:
2024-01-14T20:05:00ZstartedAtstring<date-time>required
When this pass started.
Example:
2024-01-10T14:30:00ZReadCompletionDto
{
"completedAt": "2024-01-14T20:05:00Z",
"startedAt": "2024-01-10T14:30:00Z"
}