Not able to add relational data to a collection type from post request

System Information
  • Strapi Version: 4.0.5
  • Operating System: Windows 10
  • Database: postgresql
  • Node Version:14.18.3
  • NPM Version: 6.14.15

So I can add the relational data from the admin panel! so in this case there is a collection type called reviews and it has many to one relationship with another collection type called products

In postman when I add a review I’m not able to add relation to it. Currently I’m adding the relation via id as that is the standard.

So can anyone please help me with this.