Can't update contact even with suppressAuth: true

Ok. I think i have the solution.
It’s right here:

i need to put:

const getContactOptions = {
suppressAuth: true
};

before
const myContact = await contacts.getContact(contactId);
and substitute this line for:
const myContact = await contacts.getContact(contactId, getContactOptions);