How POST new entery using api to a collection wich has relation-field

Summary

This text will be hidden

i have a review collection which has 4 fields, (user & product) are relation fields .

when i post a new entery using POSTMAN the review gets a relation to a product 4 but it does not asign a user to it (user 3).

"data": {

        "user": "3",
        "product": [4],
        "description": "nice product i love it",
        "rating":5
    }
1 Like

Same issue here.

My collections has permission but API doesn’t connect between 2 collections despite it’s creating or updating.