const response = await fetch('//api.client.nbcgate.tech/auth/sign-up/owner/update', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({
"idUser": 0,
"ownerSubType": 0,
"ownerType": 0
}),
});
const data = await response.json();