username:passwordAuthorization: Basic *****************curl --location '/account/string/status' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>'{
"status": "active",
"active": true,
"accountId": "ffe4f42e-7c1a-4ea3-9ec8-087d4a1071e6",
"applicationId": "0537b17c-ab62-491c-8085-9ac2b6206346",
"directoryId": "2e214dec-bf44-4f58-83d0-2fa89d023e90",
"createdAt": "1947-11-18T13:36:08.224Z",
"updatedAt": "1994-09-18T08:07:23.873Z",
"directory": {
"data": {
"tokenIssueDate": "2019-03-22T09:24:28.000Z",
"tokenExpiryDate": "2019-03-29T09:24:28.000Z"
}
}
}