api/v8/modules/Accounts Pagination Not working

I am getting api/v8/modules/Accounts response getting llike
“links”: {
“self”: “http://tscrm.techseria.com/api//v8/modules/Accounts?page[offset]=0”,
“next”: “http://tscrm.techseria.com/api//v8/modules/Accounts?page[offset]=1”,
“last”: “http://tscrm.techseria.com/api//v8/modules/Accounts?page[offset]=2”
}

When i am trying to get next with URL( http://tscrm.techseria.com/api//v8/modules/Accounts?page[offset]=1) getting an error 406 Not Acceptable…

Thank You,
Techseria Team