Greenthum project document
username:passwordAuthorization: Basic *****************curl --location --request POST '/api/authenticate' \
--header 'Authorization: Basic <encoded-value>'{
"token": "string",
"issuedAt": "2019-08-24T14:15:22.123Z",
"expiresAt": "2019-08-24T14:15:22.123Z",
"username": "string",
"roles": [
"string"
]
}