curl --location --request PUT 'https://rest.clicksend.com/v3/lists/439' \
--header 'Content-Type: application/json' \
--data-raw '{
"list_name": "ListlPJf33ksjP"
}'
{
"data": {
"_contacts_count": 0,
"list_email_id": "LINDW2NHNPKHEJB6",
"list_id": 439,
"list_name": "ListlPJf33ksjP"
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "List #439 has been updated."
}