{
"to": "91***",
"authWay": "sms",
"templateType": "invoice_generated",
"variables": {
"customerName": "customerName",
"invoiceNumber": "12345",
"amount": "$70.15",
"invoiceUrl": "example.com/test.pdf"
}
}curl --location 'https://app.authyo.io/api/v1/notifications/invoice' \
--header 'clientId;' \
--header 'clientSecret;' \
--header 'Content-Type: application/json' \
--data '{
"to": "91***",
"authWay": "sms",
"templateType": "invoice_generated",
"variables": {
"customerName": "customerName",
"invoiceNumber": "12345",
"amount": "$70.15",
"invoiceUrl": "example.com/test.pdf"
}
}'{}