Authorization: Bearer ********************{
"action": "read",
"key": "theme",
"value": "dark"
}curl --location 'https://api.yearnstudio.cn/api/varibles' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "read",
"key": "theme",
"value": "dark"
}'{
"value": "dark",
"error": "variable write failed: invalid scope"
}