password
or refresh_token
.password
.password
.refresh_token
.curl --location --request POST 'https://api.phizone.cn/auth/token' \
--data-urlencode 'client_id=' \
--data-urlencode 'grant_type='
{
"access_token": "string",
"token_type": "string",
"expires_in": 0,
"scope": "string",
"refresh_token": "string"
}