post https://{server}/api/v2.1/repos//metadata/move-views/
Move source_view_id ahead of target_view_id, if the original order is ['a', 'b', 'c', 'd'], source_view_id is d, target_view_id is b, the order will change to ["a", 'd', 'b', 'c'] after moving.