session: ********************New-Api-User: ********************Authorization: ********************New-Api-User: ********************{
"id": 0,
"username": "string",
"display_name": "string",
"role": 0,
"status": 0,
"email": "string",
"group": "string",
"quota": 0,
"used_quota": 0,
"request_count": 0
}curl --location --request POST '/api/user/' \
--header 'New-Api-User: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"username": "string",
"display_name": "string",
"role": 0,
"status": 0,
"email": "string",
"group": "string",
"quota": 0,
"used_quota": 0,
"request_count": 0
}'