curl --location 'https://app.mgpanel.co/api/products//translate' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"code": "us"
}'{
"success": true,
"translation": {
"code": "us",
"title": "Test Product",
"description": "Short description",
"information": "",
"features": [],
"is_auto_translated": true
},
"status": {
"code": "us",
"name": "English",
"translated": 2,
"total": 5,
"isAutoTranslated": true,
"stale": false,
"exists": true
},
"characters_used": 45
}