{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "string",
"type": "list",
"header": {
"type": "text",
"text": "string"
},
"body": {
"text": "string"
},
"footer": {
"text": "string"
},
"action": {
"button": "string",
"sections": [
{
"title": "string",
"rows": [
{
"id": "string",
"title": "string",
"description": "string"
}
]
}
]
}
}