
엔드포인트는 API와 통신하는 데 사용되는 URL 패턴입니다.
/this-is-an-endpoint
/another/endpoint
/some/other/endpoint
/login
/accounts
/cart/itemshttps://example.com/this-is-an-endpoint
https://example.com/another/endpoint
https://example.com/some/other/endpoint
https://example.com/login
https://example.com/accounts
https://example.com/cart/itemsGET /item/{id}
PUT /item/{id}