curl --request PATCH \
--url https://api.theauthapi.com/api-keys/{key} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"key": "<string>",
"customMetaData": {},
"customAccountId": "<string>",
"customUserId": "<string>",
"expiry": "2023-11-07T05:31:56Z",
"rateLimitConfigs": {}
}'
curl --request PATCH \
--url https://api.theauthapi.com/api-keys/{key} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"key": "<string>",
"customMetaData": {},
"customAccountId": "<string>",
"customUserId": "<string>",
"expiry": "2023-11-07T05:31:56Z",
"rateLimitConfigs": {}
}'