{
"id": 0,
"name": "string",
"profile": "string",
"phone": "string",
"qq": "string",
"wechat": "string",
"enable": true,
"绑定公司": "string"
}
curl --location --request POST 'https://api.itbug.shop/api/enterprise/create' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEiLCJleHAiOjE2OTU0MzcyMjR9.kbmW-3ddds9YwdKzKMieQOUQmjQdMZYE27N724f16Xk' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"profile": "string",
"phone": "string",
"qq": "string",
"wechat": "string",
"enable": true,
"绑定公司": "string"
}'
{
"state": 0,
"message": "string",
"data": {
"id": 0,
"name": "string",
"profile": "string",
"phone": "string",
"qq": "string",
"wechat": "string",
"enable": true,
"绑定公司": "string"
},
"type": "Toast",
"redirectUrl": "/error?message=token失效&reDirectTo=/orderList",
"success": true
}