{
"username": "string",
"password": "string"
}curl --location --request POST 'http://172.22.182.59:7005/api/user/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"username": "string",
"is_active": true
}
}