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