curl 'https://graph.facebook.com/v24.0/102290129340398/upsert_message_templates' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer EAAJB...' \
-d '
\{
"name": "authentication_code_autofill_button",
"languages": ["en_US","es_ES","fr"],
"category": "AUTHENTICATION",
"components": [\
{\
"type": "BODY",\
"add_security_recommendation": true\
},\
{\
"type": "FOOTER",\
"code_expiration_minutes": 15\
},\
{\
"type": "BUTTONS",\
"buttons": [\
{\
"type": "OTP",\
"otp_type": "ONE_TAP",\
"supported_apps": [\
{\
"package_name": "com.example.luckyshrub",\
"signature_hash": "K8a/AINcGX7"\
}\
]\
}\
]\
}\
]
}'