Publishing a localised entry in published state

Hi,

i am trying to publish an localised entry to an existing collection element but it appears only in draft state and I cannot seem to change it other than manually.

any option to change it using the api? Publishing the original object is correctly in published state:

req = requests.post(url, headers=self.headers, data = json_data)

where for the localisation i do:

req = requests.post(url + f'{item_id}/localizations', headers=self.headers, data = json_data)

You need to publish every localization 1 by 1 or use the bulk publish actions they added in the latest version

just adding data['publishedAt'] was enough to make it appeared in published