curl --location --request PUT '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"
}