curl --location --request POST 'https://travel.daoziji.com/user/user/company/newlyCompany' \
--header 'Authentication;' \
--header 'token: 59488631878869803924403251' \
--form 'name=""' \
--form 'principal=""' \
--form 'principalPhone=""' \
--form 'address=""' \
--form 'status=""' \
--form 'file=@""' \
--form 'companyRole=""'
{}