Hello team When i am using this api for creating contact using account ids - https://api.cc.email/v3/partner/accounts/{encoded_id}/account_operations/sync getting Error - create_source is missing, create_source does not have a valid value Body - { "account_operation_url": "/contacts", "account_operation_method": "POST", "account_operation_payload": "", "account_operation_query_parameters": [ { "query_param_key": "first_name", "query_param_value": "test" }, { "query_param_key": "last_name", "query_param_value": "test" }, { "query_param_key": "email", "query_param_value": "test@em.com" } ], "account_operation_headers": [ { "header_key": "Accept", "header_value": "application/json" } ] }
... View more