curl --location --request POST 'https://api.perfectworks.io/api/v0/api-keys' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "Production API key for mobile app",
"expireAt": "2025-12-31T23:59:59.000Z"
}'
{
"success": true,
"message": "Operation completed successfully",
"data": {
"id": "123",
"name": "Example"
}
}