bonanati hello, I created a custom field (Campo1) in /api/tickets, how do I make a POST in the custom field via curl. An example: curl -X POST --data "subject=New&department=1&contactid=1&userid=1&Campo1=123" when I send it to Campo1 I don't get a result.