x-api-token: ********************
curl --location --request GET 'https://api.scrapeless.com/browser/profiles?name=test&page=1&pageSize=10' \
--header 'x-api-token;'
{
"docs": [
{
"name": "test",
"profileId": "52ba7afe-0174-4754-b3c5-59b9437a9395",
"createdAt": "2025-07-15T06:12:48.211Z",
"updatedAt": "2025-07-16T02:32:22.710Z",
"count": 8,
"lastModifyAt": "2025-07-16T02:32:22.709Z",
"size": 41946
}
],
"totalDocs": 1,
"offset": 0,
"limit": 10,
"totalPages": 1,
"page": 1,
"pagingCounter": 1
}