curl --location --request POST 'https://openapi.qiyuesuo.com/companyauth/h5pagewithlicense' \ --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-m/home?ticket=s5p%2BUGfQ9dHi2XXasEfQwXuiEXacqbdu0P5unu2OVVFSGVYQJOVCf%2FLYw54vJGXF", "requestId": "0d8b64bf-0cad-4f99-ac8b-76d15053896d" }, "code": 0, "message": "SUCCESS" }