curl --request POST \
--url https://api.example.com/admin/notify-template/phrase/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 123,
"phraseID": 123,
"phrase": "<string>"
}
'{
"success": true,
"data": "<unknown>"
}Create Notify Template Merge Field.
curl --request POST \
--url https://api.example.com/admin/notify-template/phrase/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 123,
"phraseID": 123,
"phrase": "<string>"
}
'{
"success": true,
"data": "<unknown>"
}