Number of APIs: 6
GET {{baseURL}}/authors/
GET {{baseURL}}/authors/{{authorId}}
PUT {{baseURL}}/authors/{{authorId}}/
PATCH {{baseURL}}/authors/{{authorId}}/
DELETE {{baseURL}}/authors/{{authorId}}/
POST {{baseURL}}/authors/
ENDPOINTS