curl --request POST \
--url https://api.example.com/admin/translationregistry/counts/reset \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}Reset translation registry cached counts.
curl --request POST \
--url https://api.example.com/admin/translationregistry/counts/reset \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}