curl --request POST \
--url https://api-ai.zixflow.com/api/ingestion/whatsapp/v1/message/document/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>",
"document": {
"id": "<string>",
"link": "<string>",
"caption": "<string>",
"filename": "<string>"
},
"post_back_url": "<string>",
"post_back_data": "<string>"
}
'