curl --location --request POST 'https://rest.clicksend.com/v3/lists' \
--header 'Content-Type: application/json' \
--data-raw '{
"list_name": "ListCT3QrVL4od"
}'
{
"data": {
"_contacts_count": 0,
"list_email_id": "KB0LHD6WXFVHZWTR",
"list_id": 437,
"list_name": "ListCT3QrVL4od"
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "New list has been created."
}