curl --location 'https://app.mgpanel.co/api/forms//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": "MCP Test Form",
"fields": [
{
"fieldId": "60a1000000000000000000aa",
"label": "Full Name",
"sublabel": "",
"placeholder": "Write your name",
"options": []
}
],
"thanks": {
"message": ""
},
"is_auto_translated": true
},
"status": {
"code": "us",
"name": "English",
"translated": 6,
"total": 11,
"isAutoTranslated": true,
"stale": false,
"exists": true
},
"characters_used": 99
}