{
"clientId": "账号",
"secret": "密码"
}
curl --location --request POST 'http://openapi.freightower.com/auth/api/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "账号",
"secret": "密码"
}'
{
"statusCode": 20000,
"message": "成功",
"data": {
"access_token": "ab30776d-0bbd-4996-91a3-7a59d7817aa7",
"refresh_token": "ebd352ba-2ccc-4032-86eb-8eb3d174a0c3",
"scope": "read write",
"token_type": "bearer",
"expires_in": "4386"
}
}