API POST PropertyGroup Options - wie werden Translations gesetzt?

Hallo

ich versuche Property Group Optiions über das API automatisch zu erstellen und schaffe es nicht die Sprachübersetzungen mitzugeben.

Mein Payload:

$data = {array} [3]
 groupId = „093181c839a445b48fe22b2bcbea9349“
 name = „Gun“
 translated = {array} [1]
  name = {array} [2]
   de-DE = „GunDE“
   de-CH = „GunCH“

API: POST auf  /api/v1/property-group-option

Die Option wird korrekt erstellt, aber die Sprachlabels nicht. Was mache ich falsch?

 

 

  “translations”:{ 
      “en-GB”:{ 
         “name”:“Testeintrag2 Englisch”
      },
      “es-ES”:{ 
         “name”:“Testeintrag Spanisch”
      }
   }

 

funktioniert in Kategorien, Produkte, Property-Groups, Options…