{
"additional_info": "string",
"email": "string",
"name": "string",
"password": "string",
"phone_number": "string",
"remark": "string",
"userRoles": [
"string"
],
"tenant_config_template_id": "string"
}
curl --location --request POST 'http://127.0.0.1:9999/api/v1/user' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"additional_info": "string",
"email": "string",
"name": "string",
"password": "string",
"phone_number": "string",
"remark": "string",
"userRoles": [
"string"
],
"tenant_config_template_id": "string"
}'