curl --request POST \
--url https://api.example.com/admin/entity/translations/re-translate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"entityID": 123,
"entityTypeID": 123,
"languageIDs": [
123
]
}
'{
"success": true,
"data": "<unknown>"
}Re translate the notify template pharse.
curl --request POST \
--url https://api.example.com/admin/entity/translations/re-translate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"entityID": 123,
"entityTypeID": 123,
"languageIDs": [
123
]
}
'{
"success": true,
"data": "<unknown>"
}