{ "userId": "string" }
curl --location --request POST '/Api/Yc/getSdkToken' \ --header 'token: 44f5b3b2036b5cac0c9bd1ac2d0f81d2' \ --header 'Content-Type: application/json' \ --data-raw '{ "userId": "string" }'
{ "code": 200, "msg": "认证成功", "data": { "token": "44f5b3b2036b5cac0c9bd1ac2d0f81d2", "expireTime": 7200 } }