app/installed 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"forceRefresh": false,
"threadId": "thread_123"
}curl --location '/v1/yousure/app/installed' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"forceRefresh": false,
"threadId": "thread_123"
}'{
"result": {
"apps": [
{
"callable": false,
"enabled": false,
"id": "example_id",
"runtimeName": "example"
}
]
}
}