curl --location 'https://stg-gateway.invora.app/api/billing/v2/observability/api-keys/list' \
--header 'Content-Type: application/json' \
--data '{}'{
"items": [
{
"createdAt": "2019-08-24T14:15:22.123Z",
"expiresAt": "2019-08-24T14:15:22.123Z",
"id": "string",
"lastUsedAt": "2019-08-24T14:15:22.123Z",
"name": "string",
"permissions": {},
"maskedValue": "string"
}
],
"totalCount": "string",
"nextPageCursor": "string"
}