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