const response = await fetch('//api.client.nbcgate.tech/api/docs/profile/questionnaire/confirm', {
method: 'PUT',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({
"ownerID": 0,
"types": 0
}),
});
const data = await response.json();