@Silvio_Brito , the returned response contains the next page URL, which by the way includes the cursor. Use the option “Response Contains Next URL” instead, where the Next URL expression is {{ $response.body.links.next }}.
Though, I do not know what the response looks like when no next page is left. Perhaps next property will not be present in that case. Thus, take that into consideration and configure “Pagination Complete When” accordingly to stop paginating in time and preventing bad responses.