/categories/{id}/order
curl -L \ --request PUT \ --url 'https://api.zydon.com.br/api/sales/categories/{id}/order' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "root_id": "text", "new_order": 1, "old_order": 1 }'
{}