I have created category with Item IDs but in response Items are not assosiated with that category.
tried with this body_params and endpoint
request.body = "{\"items\":[{\"id\":\"GAAAE1RTYV1QQ\"},{\"id\":\"QAE1RTYQAE1RTY\"}],\"name\":\"category_1\"}"
url = URI("https://sandbox.dev.clover.com/v3/merchants/mId/categories?expand=items")
and also tried
=> #<URI::HTTPS https://sandbox.dev.clover.com/v3/merchants/mid/category_items>;