Reset user extension password.
The unique ID of user.
The extension password.
OK
const response = await fetch('http://127.0.0.1:8888/api/users/{id}/extension_password', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();