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