I have a relation acf field to link a user to a post, it works great on wp, I can link a user on post edit,i’ve added those fields in the rest api,
Now i want to fetch those posts and filter them by this acf field, so when i do https://mywebsitet/wp-json/wp/v2/posts/?meta_key=nom_entreprise&meta_value=14 in Postman it returns my filtered posts. Meta key is the name of the acf field and meta value is the user ID