curl --location --request GET '/adminapi/lang/translations/detail?id' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpYXQiOjE3NjA5NDQ0NjYsImlzcyI6InRpZ3Nob3AiLCJzdWIiOiJhZG1pbiIsImV4cCI6MTc2MzUzNjQ2NiwidXNlcklkIjoxLCJpc0FkbWluIjp0cnVlLCJ1c2VybmFtZSI6ImFkbWluIn0.3-NTk54VYUkVXdYnipFjUaej2h5B3JHLtmy46vhQW6DZBcfUcG965oBe_FmgoqVFfAc7IcOXBtu2enEX0Rt4vw' \
--header 'X-Shop-Id: 0'{
"id": 0,
"translationKey": "string",
"shopId": 0,
"dataType": 0,
"translationName": "string",
"items": [
{
"id": 0,
"dataId": 0,
"dataType": 0,
"localeId": 0,
"translationKey": "string",
"translationName": "string",
"translationValue": "string",
"locales": {
"id": 0,
"localeCode": "string",
"language": "string",
"flagPicture": "string",
"lastUpdated": "string",
"isEnabled": 0,
"isDefault": 0,
"currencyId": 0,
"sort": 0
}
}
]
}