curl --request POST \\
--url https://voip-middlware.superu.ai/audience/add-contacts \\
--header 'superU-Api-Key: YOUR_SUPERU_API_KEY' \\
--data '{
"audience_id": "aud_01HXR9V5S7W1S0Q4H4PDTGM43B",
"contacts": [
{
"first_name": "Ava",
"last_name": "Patel",
"email": "[email protected]",
"country_code": "+1",
"phone_number": "5551234567",
"variable_values": {
"key": "value"
}
}
]
}'