Add one or more contacts to a contact list using phone numbers.
POST
/contacts/add-to-list
["16317471111"]
apikey
success
error
{ msg: [error detail] }
curl --location --request POST 'https://api.sociocs.com/contact/add-to-list' \ --header 'apikey: your_api_key' --header 'Content-Type: application/json' \ --data-raw '{ "dest_list_id": 10001, "phone_numbers": ["16317471111", "16317472222"] }'