Pagination not working

page parameter doesn’t work in Shopware 6 API. I am using this JSON request
{
„total-count-mode“:1,
„limit“:2,
„page“:2
}
Limit is working. But page 2 isn’t working.