Number of APIs: 15
GET {{url}}/authors/{{StephenKingID}}
POST http://localhost:3001/authors
GET {{url}}/authors/{{JulesVerneID}}
GET {{url}}/authors/{{VictorHugoID}}
GET {{url}}/authors
PUT {{url}}/authors/{{VictorHugoID}}
DELETE {{url}}/authors/{{StephenKingID}}
DELETE {{url}}/authors/{{JKRowlingID}}
DELETE {{url}}/authors/{{JulesVerneID}}
DELETE {{url}}/authors/{{VictorHugoID}}
ENDPOINTS