====== RestAPI ====== ===== Best Practices ===== * **Unordered List ItemStatelessness**: Avoid using sessions; each request should contain all necessary information. * **Resource-Based URLs**: Structure your URLs to represent resources, not actions. * **Use Standard HTTP Methods**: Utilize GET, POST, PUT, DELETE appropriately.