Site icon Hip-Hop Website Design and Development

How to add taxonomy to a post using WP REST API?

I’m using REST API, but I have a taxonomy called Ingredients to my Product custom post type.
I can create a Product posting to the endpoing /wp-json/wp/v2/produtos, but how can I attach a custom taxonomy (Ingredient) to it?