What is REST? Representational State Transfer
Common methods for REST APIs:
GET /api/users/123 HTTP/1.1 Host: example.com Authorization: Bearer <token>
This retrieves the user with ID 123.