account/read 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"refreshToken": false
}curl --location '/v1/yousure/account/read' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"refreshToken": false
}'{
"result": {
"requiresOpenaiAuth": false,
"account": {
"type": "apiKey"
}
}
}