curl --location '/auth/oauth' \
--header 'applicationId: string' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "scotty",
"password": "@$tr0ngP@$$",
"directoryId": "2e214dec-bf44-4f58-83d0-2fa89d023e90"
}'{
"valid": true,
"code": "2b9d75b3ae36bdf3b66724b89996094ba724278784",
"exp": 1559824668,
"accountId": "ffe4f42e-7c1a-4ea3-9ec8-087d4a1071e6",
"name": "Montgomery Christopher Jorgensen"
}