I'm making a React application in which I make some API calls for a pagination of products. The url I'm using for showing every page in the products list is something like:
So my question is if it's necessary to have something like this for the page 1:
Something like this for the page 2 and so on..