One rule
Use nouns in URLs. Use HTTP methods for actions.
Your URL says what resource is being touched. The method says what is happening to it.
URLs are addresses
A resource-based URL points to a thing your API manages: users, teams, events, expenses, orders, submissions.
Keep URLs predictable. A teammate should guess the next route without opening five files.