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