https://book-rest-api-go.herokuapp.com/books
https://book-rest-api-go.herokuapp.com/books/2
https://book-rest-api-go.herokuapp.com/books
{
"title": "New Book",
"author": "New Author",
"language": "English",
"total_pages": 209,
"image_path": "",
"wikipedia_link": "",
"country": "Cambodia"
}
https://book-rest-api-go.herokuapp.com/books/2
{
"title": "Updated Book",
"author": "Updated Author",
"language": "English",
"total_pages": 209,
"image_path": "",
"wikipedia_link": "",
"country": "Cambodia"
}