curl -P - /v1/whatsapp\
-H 'apikey':'string'
-H "Content-Type: application/json" \
-d '{
"recipient_type": "individual",
"from": "+91XXXXXXXXXX",
"to": "+91XXXXXXXXXX",
"type": "image",
"image": {
"link": "http(s)://the-url",
"caption": "Testing"
}
}