curl --request POST \
--url https://api-ai.zixflow.com/api/ingestion/whatsapp/v1/message/interactive/reply-buttons/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>",
"interactive": {
"type": "<string>",
"header": {},
"body": {},
"footer": {},
"action": {}
},
"post_back_url": "<string>",
"post_back_data": "<string>"
}
'