Update an existing contact list.
PUT
/lists/[id]
apikey
success
error
{ msg: [error detail] }
{ id: [updated contact list's id]}
curl --location --request PUT 'https://api.sociocs.com/lists/10001' \ --header 'apikey: your_api_key' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "My Contact List New Name" }'