Do not forget to fill the Authorization header in every single request - Authorization: Bearer {your token}

{
    "id": 40906,
    "name": "1. Testovací společnost s.r.o.",
    "isClient": true,
    "isSupplier": true,
    "isCertified": true,
    "email": "[email protected]",
    "phone": "4201111111111",
    "web": "www.testovaci1.cz",
    "category": "první kategorie",
    "industry": "automobilový 1",
    "tags": ["aaa", "bbb"],
    "registrations": {
        "Company_ID": "1111111111",
        "TAX_ID": "0001111111",
        "VAT_ID": "CZ1111111111"
    },
    "address": {
        "street": "Ulice 1",
        "city": "Praha 1",
        "zip": "11100",
        "state": "",
        "country": "CZ"
    },
    "bankAccounts": [
        {
            "number": "5114711111111",
            "bankRoutingNumber": "0100",
            "bankBranchNumber": "",
            "iban": "IBAN11236588",
            "swift": "XXSWIFT1",
            "bankName": "Komerční banka, a.s."
        }
    ],
    "propertiesMap": {
        "extStatus": "EXT.READY",
        "extId": "111"
    },
    "createdTimestamp": "2021-12-15T10:06:57.011605",
    "createdUser": {
        "id": 24,
        "person": {
            "salut": "Mr",
            "namePrefix": "",
            "commonName": "James Brown",
            "nameSuffix": ""
        }
    },
    "isDisabled": false,
    "isDraft": false
}