Creating localized entries

System Information
  • Strapi Version: 4.4.3
  • Operating System: Postgress
  • Database:
  • Node Version: 16.17.0
  • NPM Version: 8.19.2
  • Yarn Version:

Is there any possibility to create new record (through API) with localized values in one request?
In docs I can only see flow as follows:

  1. Create new entry,
  2. Create localized entry - separately for every locale

Why can’t I create use api like this:
image

it throws 500 and only creates entry for ‘pl’ locale in this case :