curl --location --request PATCH '/groups//order' \ --header 'Websync-Session;' \ --header 'Content-Type: application/json' \ --data '{ "order": 0 }'
{ "id": 0, "order": 0 }