{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "string",
"type": "button",
"header": {
"type": "text",
"text": "string"
},
"body": {
"text": "string"
},
"footer": {
"text": "string"
},
"action": {
"buttons": [
{
"type": "reply",
"reply": {
"id": "string",
"title": "string"
}
}
]
}
}