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