Victor Hugo
POST http://localhost:3001/authors
Request Body
{"name"=>"Victor Hugo", "age"=>82, "alive"=>true, "adress"=>{"country"=>"France", "city"=>"Paris"}, "books"=>[{"title"=>"Les Misérables", "date"=>"1862", "genre"=>"Historical Fiction"}, {"title"=>"Notre-Dame de Paris", "date"=>"1831", "genre"=>"Historical Fiction"}]}