curl --location --request GET 'https://api.ticaret.pro/accounts//api-accounts?page&limit' \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"rows": [
{
"id": "string",
"accountId": "string",
"name": "string",
"keyId": "string",
"status": "string",
"scopes": [
"string"
],
"ipAllowlist": [
"string"
],
"lastUsedAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"page": 0,
"limit": 0,
"total": 0
}
}