The follow is an example of how the pagination attributes must be send in every request when needed.
curl --request GET \
--url {{baseUrl}}/v1/transactions?page=0&size=100
Where page corresponds to the page number and size to the page size (number of row I wish to retrieve by page)