curl --location --request PUT 'https://tsapi.perenso.net/v2/sales-rep-hierarchies/reorder-groups?parentId' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
"RegionC",
"RegionA",
"RegionB"
]'{
"level": "string",
"parent": "string",
"groups": [
{
"id": "string",
"modifiedDate": "2019-08-24T14:15:22Z",
"salesRepGroupID": "string",
"salesRepGroupDescription": "string",
"displayOrder": 0
}
]
}