I would like to make use of the PATCH /api/user/ endpoint available for an 'API Key'. But the Fusionauth configuration only allows me to active POST,PUT,DELETE, and GET for a function. I'm using version 1.12. What I had to do is disable all endpoint, thus giving me access to all functions, but this seem like a security risk.