curl --location --request GET 'https://api.sanctions.tr/api/api-keys' \
--header 'Authorization: Bearer <token>'[
{
"id": "string",
"label": "string",
"last4": "string",
"isActive": true,
"allowedDomains": [
"string"
],
"allowedIps": [
"string"
],
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"key": "string"
}
]