curl --location 'https://tsapi.perenso.net/v2/customers/ordering-groups/list?sort=undefined&page=undefined&resultsPerPage=undefined&showLinkedCustomers=undefined' \
--header 'Authorization: Bearer <token>'[
{
"id": "j47249",
"orderingGroupID": "OG5619",
"orderingGroupName": "Supply Chain Partners",
"orderingSubGroupID": "4792",
"orderingSubGroupName": "Default group",
"customers": [
"CUST2614"
]
},
{
"id": "gdpgdh",
"orderingGroupID": "OG9749",
"orderingGroupName": "Franchise Networks",
"orderingSubGroupID": "4013",
"orderingSubGroupName": "Default group",
"customers": [
"CUST0872"
]
}
]