curl --request PUT \
--url https://router.requesty.ai/manage/apikey \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"monthly_limit": 123,
"permissions": {
"manage": "none",
"completions": "write"
}
}'