Hi,
I'm having some trouble when trying to create a product using Postman..
I can't find a way to pass the categories. It keeps showing "rest_invalid_param" error code, with error message "categories[0] not object type".

What I actually need to achieve is to create a product using a java wrapper that takes the parameters from a map, but I keep getting the same error.
I assume that once I get it to work on Postman, I will be able to make it work in java as the only thing I have to do is to pass the same parameter value.

Any suggestion?