curl --location --request PATCH 'https://tokensniped.com/api/keys/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"isActive": true,
"rateLimitRpm": 1,
"rateLimitRpd": 1
}'{
"key": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"keyPrefix": "sk_live_abc123...",
"isActive": true,
"rateLimitRpm": 0,
"rateLimitRpd": 0,
"lastUsedAt": "2019-08-24T14:15:22.123Z",
"expiresAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z"
}
}