{
"esb": {
"property1": "string",
"property2": "string"
}
}curl --location '/api/v1/user/create' \
--header 'Content-Type: application/json' \
--data '{
"esb": {
"property1": "string",
"property2": "string"
}
}'{
"code": "S",
"data": {},
"message": "操作成功"
}