curl -X POST 'https://api.falu.io/v1/message_templates' \
--header 'Authorization: Bearer YOUR_SECRET_KEY' \
--header 'X-Falu-Version: 2022-09-01' \
--header 'Content-Type: application/json' \
--data '{
"alias":" ",
"description":" ",
"body":" ",
"translations":{
"language1_ISO_code":{
"body":" "
},
"language2_ISO_code":{
"body":" "
},
"language3_ISO_code":{
"body":" "
}
}
}'