SMS Verification
Hi, I am having trouble setting the template for verification messages. The docs state passing smsOptions object, which i do like this: "method": "sms", "smsOptions": { "template": "My test code is {{CODE}}" } However it never applies the custom temp...