allow_token_read=true 的调用方访问。X-Client-Key: ********************X-Timestamp: ********************X-Nonce: ********************X-Signature: ********************curl --location --request GET '/v1/open/douyin/access-token' \
--header 'X-Client-Key: <api-key>' \
--header 'X-Timestamp: <api-key>' \
--header 'X-Nonce: <api-key>' \
--header 'X-Signature: <api-key>'{
"data": {
"access_token": "string",
"expires_at": "2019-08-24T14:15:22.123Z",
"source": "cache"
}
}