cURL
curl --request PATCH \ --url https://api.theauthapi.com/access-keys/{key} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>" } '