curl --location 'https://app.mgpanel.co/api/lists//clients' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"tags": [
"newsletter"
],
"status": 1
}'{
"success": true,
"message": "Clientes agregados a la lista",
"added": 10,
"already_present": 2,
"total": 12
}