curl --location 'https://stg-gateway.invora.app/api/v2/identity/connected-businesses/branches/list' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": "string",
"pagination": {
"limit": "string",
"skip": "string",
"cursor": "string"
},
"textSearch": "string"
}'{
"items": [
{
"tenantId": "string",
"tenantName": "string",
"branchId": "string",
"branchName": "string",
"isPrimary": true,
"country": "string"
}
],
"totalCount": "string",
"nextPageCursor": "string"
}