How to update intercom custom attributes with the https://api.intercom.io/users API?
I am not able to update the user details via users API,
axios.post('https://api.intercom.io/users',{headers:header},{email:email}).then(res => {
console.log("*****||res||*********",res);
}).catch(error => {
console.error(error)
})