curl --request PUT \
--url https://geekai.co/api/api_keys/{uuid} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "geekai",
"group": "balance",
"credit_limit": 10000,
"expired_at": "2025-12-31"
}'