POST
/v1/security/users
curl \
--request POST 'http://localhost:9644/v1/security/users' \
--header "Content-Type: application/json" \
--data '{
"username": "string"
}'
Request examples
{
"username": "string"
}
curl \
--request POST 'http://localhost:9644/v1/security/users' \
--header "Content-Type: application/json" \
--data '{
"username": "string"
}'
{
"username": "string"
}