username:password
Authorization: Basic *****************
curl --location --request GET '/users//tokens' \
--header 'Authorization: Basic Og=='
[
{
"id": 0,
"name": "string",
"scopes": [
"string"
],
"sha1": "string",
"token_last_eight": "string"
}
]