{
"clientId": "xxx",
"secretKey": "xxx"
}
curl --location --request POST 'https://ligai.cn/openapi/api/authorize/access-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "xxx",
"secretKey": "xxx"
}'
{
"code": "0",
"data": {
"expireIn": 2592000,
"accessToken": "xxx"
}
}