I wanted to know how to post an item in a certain category. I used the following syntax referencing the V3 API reference page. curl -X POST -H "Content-Type:application/json" -k -H "Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -d "{""item"":{""id"":""xxxxxxxx7C8XRR""},""category"":{""id"":""1xxxxxxxxxxxxxxxxxxxxx""}}" https://apisandbox.dev.clover.com/v3/...
Thanks.