Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The language code to set the translation for (e.g., "en", "de", "fr").
Key-value pairs of translatable fields. Keys depend on the entity type (e.g., "title", "description", "content" for articles). Values are plain text or HTML strings depending on the field type.
{
"title": "Getting Started",
"description": "Learn the basics",
"content": "<p>Welcome</p>"
}Ok