curl --request POST \
--url https://api.example.com/admin/notify-template/get \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"notifyTemplateID": 123,
"languageID": "1"
}
'{
"success": true,
"data": "<unknown>"
}Return the notify template by ID.
curl --request POST \
--url https://api.example.com/admin/notify-template/get \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"notifyTemplateID": 123,
"languageID": "1"
}
'{
"success": true,
"data": "<unknown>"
}