curl --location --request POST 'https://openapi.qiyuesuo.com/companyauth/pcpagewithlicense' \ --header 'x-qys-open-accesstoken: {{x-qys-open-accesstoken}}' \ --header 'x-qys-open-timestamp: {{x-qys-open-timestamp}}' \ --header 'x-qys-open-nonce: {{x-qys-open-nonce}}' \ --header 'x-qys-open-signature: {{x-qys-open-signature}}' \ --form 'companyName=""' \ --form 'applicantInfo="{\"name\":\"aaa\",\"contact\": \"15100000000\",\"contactType\": \"MOBILE\"}"'
{ "result": { "authUrl": "https://auth.qiyuesuo.me/enterprise-pc/home?ticket=KtweuTgKnwi7Qezmots%2B83b8LVKpgXrAxK6gUVDoTzutdTOP9E22AwOY3azx1h8y&closeButton=true", "requestId": "933fd99a-a90c-4c37-b20f-89eecb60eb69" }, "code": 0, "message": "SUCCESS" }