curl --location '/v1/apikeys?cursor=undefined&limit=20&order=asc' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"created_at": "string",
"expires": "string",
"key_alias": "string",
"key_id": "string",
"key_preview": "string",
"max_budget": 0,
"models": [
"string"
],
"spend": 0,
"updated_at": "string",
"user_id": "string"
}
],
"paging": {
"cursors": {
"after": "string",
"before": "string"
},
"has_more": true,
"has_previous": true
}
}