curl --request POST \
--url https://api-ai.zixflow.com/api/ingestion/whatsapp/v1/message/contacts/send \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--header 'x-workspace-id: <x-workspace-id>' \
--data '
{
"recipient": "<string>",
"phone_id": "<string>",
"contacts": [
{
"name": {},
"phones": [
{}
],
"emails": [
{}
],
"addresses": [
{}
],
"urls": [
{}
],
"org": {},
"birthday": "<string>"
}
],
"post_back_url": "<string>",
"post_back_data": "<string>"
}
'