curl --request POST \
--url https://api.example.com/admin/notify-template/phrase/translations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phraseID": 123,
"page": 1,
"pageSize": 10
}
'{
"success": true,
"data": "<unknown>"
}Get the Notify template’s phrase translation by ID.
curl --request POST \
--url https://api.example.com/admin/notify-template/phrase/translations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phraseID": 123,
"page": 1,
"pageSize": 10
}
'{
"success": true,
"data": "<unknown>"
}