curl --location 'https://app.mgpanel.co/api/real-estate//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": "Apartment in Costa del Este",
"highlights": "Ocean view, remodeled",
"content": "{\"blocks\":[]}",
"seo": {
"title": "",
"description": "",
"keywords": ""
},
"is_auto_translated": true
},
"status": {
"code": "us",
"name": "English",
"translated": 2,
"total": 6,
"isAutoTranslated": true,
"stale": false,
"exists": true
},
"characters_used": 48
}