Introduction
We use noun-based names for resources in APIs to clearly show what data or thing we are working with. It makes the API easy to understand and use.
When creating an API to manage users, use nouns like 'users' to represent user data.
When building an API for a blog, use nouns like 'posts' and 'comments' to name resources.
When designing an API for a store, use nouns like 'products' and 'orders' to represent items and purchases.