This is the post request with custom fields {"email_addresses":[{"opt_in_source":"ACTION_BY_OWNER","email_address":"test@example.com"}],"first_name":"Mitch","last_name":"Elis","job_title":null,"company_name":null,"custom_fields": [{"custom_field_id": "2afaadda-917c-11ed-bdf2-fa1XXXXX","value": "TEST VALUE"}],"lists":[{"id":"1038927000"}]} I keep getting this error [{ "error_key": "json.field.invalid", "error_message": "#/custom_fields/0/custom_field_id: Property was found but is not permitted at this location." }, { "error_key": "json.field.missing", "error_message": "#/custom_fields/0/name: Property is required but not found." }] Please help resolving this issue.
... View more