meta {
name: Update list status for a contact
type: http
seq: 4
}
post {
url: {{host}}/api/3/contactLists
body: json
auth: none
}
body:json {
{
"contactList": {
"list": 10,
"contact": 13488,
"status": 2
}
}
}