Create a new contact list.
POST
/lists
apikey
success
error
{ msg: [error detail] }
{ id: [new contact list id]}
curl --location --request POST 'https://api.sociocs.com/lists' \ --header 'apikey: your_api_key' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "My Contact List" }'