Update Custom Field
PUT https://{{baseURL}}/api/v2/custom-field/$id
RESPONSES
status: OK
"{\n \"id\": integer,\n \"name\": \"string\",\n \"is_active\": true|false,\n \"type\": \"asset\" | \"contract\" | \"customer\" | \"supplier\",\n \"fields\": [\n {\n \"id\": integer,\n \"name\": \"string\",\n \"data_type\": \"date\" | \"money\" | \"number\" | \"text\",\n \"is_active\": true|false,\n \"order\": integer\n },\n ]\n}"