curl -P - /v1/whatsapp\
-H 'apikey':'string'
-H "Content-Type: application/json" \
-d '{
"recipient_type": "individual",
"from": "+91XXXXXXXXXX",
"to": "+91XXXXXXXXXX",
"type": "interactive",
"interactive": {
"type": "location_request_message",
"body": {
"text": "Can you please send your location"
},
"footer": {
"text": " Tapping the button you can share your location."
},
"action": {
"name": "send_location"
}
}
}