curl --location 'https://api.arsel.ai/api/v1/contact-lists//subscriber' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "string",
"last_name": "string",
"email": "user@example.com",
"tags": [
"string"
]
}'{
"message": "string",
"subscriber": {
"uuid": "string",
"first_name": "string",
"last_name": "string",
"email": "user@example.com",
"is_subscribed": true,
"unsubscribed_at": "string",
"recieved_count": 0,
"opened_count": 0,
"tags": [
"string"
],
"created_at": "string",
"updated_at": "string"
}
}