How to update a list via REST request

How to update a list via REST request

There is no documentation about updating array via REST API https://www.zoho.eu/creator/help/api/rest-api/rest-api-edit-records.html

If I send only one element as a string "Some value" list updates.

But if I want to update the array with several elements, API responses with failure "status": "Failure, Invalid column value \"One, Two\" specified"

I tried different variants:
- [One, Two]
- [One,Two]
- One, Two
- One, Two
- One;Two