username:passwordAuthorization: Basic *****************curl --location '/account' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"username": "scotty",
"directoryId": "2e214dec-bf44-4f58-83d0-2fa89d023e90"
}'{
"status": "OK",
"accountId": "ffe4f42e-7c1a-4ea3-9ec8-087d4a1071e6",
"applicationId": "0537b17c-ab62-491c-8085-9ac2b6206346",
"userId": "69f464fa-bca2-4f2a-83b1-0c69819c5cd0"
}