curl --request POST \
--url https://api.example.com/admin/translationregistry/itemtypecode/all \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}Translation registry item type code get
curl --request POST \
--url https://api.example.com/admin/translationregistry/itemtypecode/all \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}