{ "userCode": "string", "secretToken": "string", "timestamp": 0 }
curl --location --request POST '/open/auth/login' \ --header 'Authorization: {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "userCode": "string", "secretToken": "string", "timestamp": 0 }'
{ "code": 0, "message": "", "errMsg": "", "data": { "": {} }, "timestamp": "" }