curl --request POST \
--url https://api.example.com/admin/translationregistry/detail \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"translationRegistryID": null,
"translationRegistryCode": "COUNTRY"
}
'{
"success": true,
"data": "<unknown>"
}Get the details of a specific translation registry by a specific type code or ID value.
curl --request POST \
--url https://api.example.com/admin/translationregistry/detail \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"translationRegistryID": null,
"translationRegistryCode": "COUNTRY"
}
'{
"success": true,
"data": "<unknown>"
}