Authorization: ********************curl --location --request GET 'https://api.edonusum.muhasip.pro/general/GlobalCompany?PageSize&Page' \
--header 'Authorization: Bearer <token>'{
"Page": 0,
"PageSize": 0,
"TotalCount": 0,
"TotalPages": 0,
"Content": [
{
"TaxNumber": "string",
"Title": "string",
"AccountType": "string",
"FirstCreationTime": "2019-08-24T14:15:22.123Z",
"Type": "string",
"Aliases": [
{
"Name": "string",
"CreationTime": "2019-08-24T14:15:22.123Z",
"DeletionTime": "2019-08-24T14:15:22.123Z"
}
]
}
]
}