username:passwordAuthorization: Basic *****************curl --location --request PUT '/account/string' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Montgomery Jorgensen"
}'{
"createdAt": "2017-10-18T17:06:48.549Z",
"updatedAt": "2004-08-06T17:39:54.293Z",
"accountId": "ffe4f42e-7c1a-4ea3-9ec8-087d4a1071e6",
"applicationId": "0537b17c-ab62-491c-8085-9ac2b6206346",
"userId": "69f464fa-bca2-4f2a-83b1-0c69819c5cd0",
"directoryId": "2e214dec-bf44-4f58-83d0-2fa89d023e90",
"name": "Montgomery Jorgensen",
"username": "scotty",
"email": "scotty@enterprise.st",
"status": "inactive",
"active": true
}