{
"customerId": 53,
"field": "sunt",
"clean": true,
"valueAsText": " [1,2]"
}
curl --location --request POST '/api/v3/clue/edit-field' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 53,
"field": "sunt",
"clean": true,
"valueAsText": " [1,2]"
}'
{
"code": 0,
"message": "ok"
}