Authorization: Bearer ********************curl --location --request GET 'https://api-dev.synswi.com/identity/api-keys' \
--header 'Authorization: Bearer <token>'{
    "apiKeys": [
        {
            "_id": "string",
            "createdAt": "string",
            "token": "string",
            "userId": "string",
            "type": "string",
            "lastUsed": "string"
        }
    ]
}