{
"name": "renamed",
"isActive": true
}curl --location -g --request PATCH '/api/user/api-keys/{{userApiKeyRowId}}' \
--header 'Authorization: Bearer {{jwt}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "renamed",
"isActive": true
}'