Pagination will break a payload into several smaller payload without changing the underlying structure or surrounding content.
Pagination is using a path format, most often we paginate on the whole payload, so we put / in as a value, but can describe any leaf in the payload.
Example for paginating on /Products by 2
Add a caption...
A good trick that we use often is to swap a header field's value with the payload before pagination, this way we are not limited to paginate on the payload.