Authorization: ********************Device-Token: ********************curl --location --request GET '/api/server/?page&limit&search' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>'{
"data": [
{
"id": 1,
"name": "Worker Server 01",
"is_active": true,
"ip": "77.37.47.88",
"limit_process": 25,
"current_process": 12,
"created_at": "2026-03-26T09:00:00Z",
"updated_at": "2026-03-26T09:00:00Z"
}
],
"pagination": {
"total": 100,
"page": 1,
"limit": 10,
"pages": 10
}
}