username:passwordAuthorization: Basic *****************curl --location --request GET '/users//tokens' \
--header 'Authorization: Basic <encoded-value>'[
{
"id": 0,
"name": "string",
"scopes": [
"string"
],
"sha1": "string",
"token_last_eight": "string"
}
]