How to send file in an API code. i tried the below code.
{
"subscriber_id": 121,
"data": {
"version": "v2",
"content": {
"type": "whatsapp",
"messages": [
{
"type": "file",
"url": "https://ss.com/r_154697.pdf"
}
],
"actions": [],
"quick_replies": []
}
},
"message_tag": "POST_PURCHASE_UPDATE"
}

