curl 'https://graph.facebook.com/v24.0/161311403722088/message_templates' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer EAAJB...' \
-d '
\{
"name": "spm_template_named_params",
"language": "en_US",
"category": "marketing",
"parameter_format": "named",
"components": [\
{\
"type": "header",\
"format": "product"\
},\
{\
"type": "body",\
"text": "Use code {{code}} to get {{percent}} off our newest succulent!",\
"example": {\
"body_text_named_params": [\
{\
"param_name": "code",\
"example": "15OFF"\
},\
{\
"param_name": "percent",\
"example": "15%"\
}\
]\
}\
},\
{\
"type": "footer",\
"text": "Offer ends September 22, 2024"\
},\
{\
"type": "buttons",\
"buttons": [\
{\
"type": "spm",\
"text": "View"\
}\
]\
}\
]
}'