Greenthum project document
username:password
Authorization: Basic *****************
curl --location --request POST '/api/authenticate' \
--header 'Authorization: Basic Og=='
{
"token": "string",
"issuedAt": "2019-08-24T14:15:22Z",
"expiresAt": "2019-08-24T14:15:22Z",
"username": "string",
"roles": [
"string"
]
}