Move category
(Required)
<integer>
application/json
{"parentId":"<integer>","afterId":"<integer>"}
PUT /V1/categories/{categoryId}/move HTTP/1.1 Host: {{baseurl}} Content-Type: application/json Accept: */* Content-Length: 46 { "parentId": "<integer>", "afterId": "<integer>" }
OK
true