Authorization: ********************curl --location --request POST 'https://api.edonusum.muhasip.pro/general/GlobalCompany/GetGlobalCustomerInfo?globalUserType' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '[
"string"
]'[
{
"TaxNumber": "string",
"Title": "string",
"Type": "string",
"ModuleType": "string",
"FirstCreationTime": "2019-08-24T14:15:22.123Z",
"Aliases": [
{
"Name": "string",
"CreationTime": "2019-08-24T14:15:22.123Z",
"DeletionTime": "2019-08-24T14:15:22.123Z"
}
]
}
]