International Standard Book Number. Must be a valid ISBN-10 or ISBN-13. The system automatically normalizes the ISBN by removing hyphens and spaces.Validation: Cannot be blank, must be valid ISBN format
Array of author IDs to associate with the book. Books have a many-to-many relationship with authors.Validation: Cannot be empty, must contain at least one author IDExample: [1, 2, 3]
{ "success": false, "data": null, "message": "Validation failed", "errors": { "isbn": "Invalid ISBN format", "authorIds": "At least one author must be specified" }}