Learn how to update the general data of a digital business card.
All BODY parameters can be passed, or only certain ones, but at least one parameter must be included. position, department, and short_description are fields that support multilingualism.
If you want to support multilingual fields, pass these parameters as an array in the following JSON format:
// If you want to support Multilanguage JSON-ARRAY
{
"en": "Chief Marketing Officer",
"es": " Director de marketing"
}