curl --location --request GET 'https://mail.devtcloud.com/api/v1/auth/api-key' \
--header 'Authorization: Bearer <token>'{
"total": 1,
"page": 1,
"maxPage": 1,
"data": [
{
"id": "10000000000000000000000000",
"name": "Minha Chave",
"userId": "100000000000000000",
"createdAt": "2025-10-15T22:11:50.880Z",
"updatedAt": "2025-10-15T22:11:50.880Z",
"key": "f0f0f0f0f0..."
}
]
}