Reset current user profile.
OK
const response = await fetch('https://HOSTNAME:8887/api/user/profile', { method: 'POST', headers: {}, }); const data = await response.json();