[
{
"username": "string",
"id": 0,
"tenantId": [
0
],
"role": "string"
}
]curl --location --request POST 'http://172.20.238.8:48806/tenant/create-user' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"username": "string",
"id": 0,
"tenantId": [
0
],
"role": "string"
}
]'{}