First Localization Call
POST /api/v1/developer/translations
{
"projectId": "YOUR_PROJECT_UUID",
"sourceLocale": "de",
"targetLocale": "en",
"text": "Guten Morgen"
}POST /api/v1/developer/translations
{
"projectId": "YOUR_PROJECT_UUID",
"sourceLocale": "de",
"targetLocale": "en",
"text": "Guten Morgen"
}