curl --location 'https://app.mgpanel.co/api/clients/bulk' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"clients": [
{
"email": "ana@test.com",
"name": "Ana",
"status": 1,
"tags": [
"newsletter"
]
}
],
"tags_mode": "add"
}'{
"success": true,
"summary": {
"received": 1,
"created": 1,
"updated": 0,
"skipped": 0,
"failed": 0
},
"errors": []
}