Hi,
I’m trying to add custom_field in Account data. API request works. There is no error. But it doesn’t change the custom_field.
[API Request](https://developers.freshworks.com/crm/api/#update_a_account)
curl -H "Authorization: Token token=sfg999666t673t7t82" -H "Content-Type: application/json" -d '{"sales_account":{"custom_field": {"cf_domain_name": "samplewebsite.yourcompany.com"} }}' -X PUT "https://domain.myfreshworks.com/crm/sales/api/sales_accounts/1"
Thanks