curl --request POST \
--url https://api.notifly.tech/messages/kakao-alimtalk \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"projectId": "example_project_1234567890abcdef",
"templateId": "template-id",
"recipientList": [
{
"recipientNo": "01012345678"
}
]
}
'