{ "accessKey": "string", "nonce": "string", "timestamp": 0, "signature": "string" }
curl --location 'https://cgm-api.lingcgm.com/auth/open/authorize' \ --header 'Content-Type: application/json' \ --data '{ "accessKey": "string", "nonce": "string", "timestamp": 0, "signature": "string" }'
{ "timestamp": 1774255020, "code": 1002, "message": "accessKey无效", "data": null, "errorData": null }