Authorization: Bearer ********************
{
"name": "string",
"headName": "string",
"phoneNumber": "string",
"address": "string",
"logo": "string"
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/subcompanys' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"headName": "string",
"phoneNumber": "string",
"address": "string",
"logo": "string"
}'
{}