username:passwordAuthorization: Basic *****************{
"created_at": "2019-08-24T14:15:22Z",
"email": "user@example.com",
"full_name": "string",
"login_name": "string",
"must_change_password": true,
"password": "string",
"restricted": true,
"send_notify": true,
"source_id": 0,
"username": "string",
"visibility": "string"
}curl --location --request POST '/admin/users' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"created_at": "2019-08-24T14:15:22Z",
"email": "user@example.com",
"full_name": "string",
"login_name": "string",
"must_change_password": true,
"password": "string",
"restricted": true,
"send_notify": true,
"source_id": 0,
"username": "string",
"visibility": "string"
}'{
"active": true,
"avatar_url": "string",
"created": "2019-08-24T14:15:22Z",
"description": "string",
"email": "user@example.com",
"followers_count": 0,
"following_count": 0,
"full_name": "string",
"id": 0,
"is_admin": true,
"language": "string",
"last_login": "2019-08-24T14:15:22Z",
"location": "string",
"login": "string",
"login_name": "empty",
"prohibit_login": true,
"restricted": true,
"starred_repos_count": 0,
"visibility": "string",
"website": "string"
}