curl --location --request POST 'https://api.sociocs.com/contacts/move-to-list' \
--header 'apikey: your_api_key'
--header 'Content-Type: application/json' \
--data-raw '{
"source_list_id": 10001,
"dest_list_id": 10002,
"phone_numbers": ["16317471111", "16317472222"]
}'