Set current extension user presence.
The current status of extension:
DO_NOT_DISTURB
AVAILABLE
AWAY
BUSINESS_TRIP
LUNCH
The presence note.
OK
const response = await fetch('http://127.0.0.1:8888/api/user/presence', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();