Get reading progress for a book
GET/api/v1/books/:book_id/progress
Returns the user's reading progress for a specific book.
If no progress exists, returns null with a 200 status.
Request
Responses
- 200
- 401
- 403
- 404
Reading progress retrieved (null if no progress exists)
Unauthorized
Forbidden
Book not found