curl -i -X GET "http://localhost:3000/" -H "accept: */*" -H "Content-Type: application/json"
curl -i -X GET "http://localhost:3000/{id}" -H "accept: */*" -H "Content-Type: application/json"
curl -i -X GET "http://localhost:3000/{id}" -H "accept: */*" -H "Authorization: Bearer eyJhbGciOiJ...." -H "Content-Type: application/json"
curl -i -X POST "http://localhost:3000/" -H "accept: */*" -H "Content-Type: application/json" -d "{\"author\":\"Test Author\",\"books\":[{\"title\":\"Test Title\",\"year\":2007}]}"
curl -i -X POST "https://repository-manager-server.netlify.app/api/nexuses/" -H "accept: */*" -H "Content-Type: application/json" -d "{\"nexus\":\"Material Components Web - Codelabs Master - MDC-101 Starter\",\"raw_nexus\":\"https://codelabs.developers.google.com/codelabs/mdc-101-web/#1\"}"