choosing between query parameters and path parameters code example
Example: how we differentiate path and query parameters in request endpoint
Path parameter comes after slash(\)
Query parameter comes after question mark(?)
Mostly query parameter at the end