Authorization: Bearer ********************
{
"username": "贾柯10000",
"parentSn": "XvdtfHOzjM5G7caNy7uEGVAfjO5bW4LJPnvgVrTeh1f",
"phone": "15883615876",
"userType": "个人",
"password": "15883615876",
"fullName": "小贾通讯",
"residence": "New York",
"vertCode":"170858"
}
curl --location --request POST '/api/user/signup' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "贾柯10000",
"parentSn": "XvdtfHOzjM5G7caNy7uEGVAfjO5bW4LJPnvgVrTeh1f",
"phone": "15883615876",
"userType": "个人",
"password": "15883615876",
"fullName": "小贾通讯",
"residence": "New York",
"vertCode":"170858"
}'
{}