curl -X POST "https://api.example.com/api/v1/books/create" \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." \ -H "Content-Type: application/json" \ -d '{ "gender": "Fantasy", "author": "J.R.R. Tolkien", "image": "https://example.com/covers/lotr.jpg", "title": "The Lord of the Rings", "subtitle": "The Fellowship of the Ring", "publisher": "Allen & Unwin", "year": "1954", "pages": 423, "isbn": "978-0-618-00222-1" }'
{ "id": "550e8400-e29b-41d4-a716-446655440000", "gender": "Fantasy", "author": "J.R.R. Tolkien", "image": "https://example.com/covers/lotr.jpg", "title": "The Lord of the Rings", "subtitle": "The Fellowship of the Ring", "publisher": "Allen & Unwin", "year": "1954", "pages": 423, "isbn": "978-0-618-00222-1"}
Books
Create Book
Creates a new book in the library system.
POST
/
api
/
v1
/
books
/
create
curl -X POST "https://api.example.com/api/v1/books/create" \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." \ -H "Content-Type: application/json" \ -d '{ "gender": "Fantasy", "author": "J.R.R. Tolkien", "image": "https://example.com/covers/lotr.jpg", "title": "The Lord of the Rings", "subtitle": "The Fellowship of the Ring", "publisher": "Allen & Unwin", "year": "1954", "pages": 423, "isbn": "978-0-618-00222-1" }'
{ "id": "550e8400-e29b-41d4-a716-446655440000", "gender": "Fantasy", "author": "J.R.R. Tolkien", "image": "https://example.com/covers/lotr.jpg", "title": "The Lord of the Rings", "subtitle": "The Fellowship of the Ring", "publisher": "Allen & Unwin", "year": "1954", "pages": 423, "isbn": "978-0-618-00222-1"}
curl -X POST "https://api.example.com/api/v1/books/create" \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." \ -H "Content-Type: application/json" \ -d '{ "gender": "Fantasy", "author": "J.R.R. Tolkien", "image": "https://example.com/covers/lotr.jpg", "title": "The Lord of the Rings", "subtitle": "The Fellowship of the Ring", "publisher": "Allen & Unwin", "year": "1954", "pages": 423, "isbn": "978-0-618-00222-1" }'
{ "id": "550e8400-e29b-41d4-a716-446655440000", "gender": "Fantasy", "author": "J.R.R. Tolkien", "image": "https://example.com/covers/lotr.jpg", "title": "The Lord of the Rings", "subtitle": "The Fellowship of the Ring", "publisher": "Allen & Unwin", "year": "1954", "pages": 423, "isbn": "978-0-618-00222-1"}