curl --location --request POST '/admin/enterprises//initialize?googleEnterpriseName' \ --header 'Authorization: Bearer {{token}}'
{ "code": 200, "message": "企业资源初始化成功", "data": { "id": 0, "name": "string", "resource": {}, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } }