curl --location 'https://api.falu.io/v1/messages' \
--header 'Authorization: Bearer MY_SECRET_KEY' \
--header 'X-Falu-Version: 2022-09-01' \
--header 'Content-Type: application/json' \
--data '{
"to":"+254SOME_NUMBER",
"template":{
"id":"mtpl_2sx5PxlhkU3iTD2LgXF8dbW2uM3",
"model":{
"otp":"99923"
}
},
"stream":"transactional"
}