Authorization: ********************curl --location --request GET 'https://test.your-api-server.com/v2/auth/api-keys?page&limit' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"name": "string",
"description": "string",
"prefix": "miobox_ak_abc123",
"scopes": [
"string"
],
"rateLimit": 0,
"expiresAt": "2019-08-24T14:15:22.123Z",
"lastUsedAt": "2019-08-24T14:15:22.123Z",
"enabled": true,
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"page": 0,
"limit": 0
}