{ "auth_corpid": "ding1234", "suite_key": "suitexxxx", "permanent_code": "xxxx" }
curl --location --request POST 'http://127.0.0.1/service/activate_suite?suite_access_token=68fbxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "auth_corpid": "ding1234", "suite_key": "suitexxxx", "permanent_code": "xxxx" }'
{ "errmsg": "string", "errcode": 0 }