Authorization: Bearer ********************curl --location '/organization/projects//hosted_tool_permissions' \
--header 'Authorization: Bearer <token>'{
"file_search": {
"enabled": true
},
"web_search": {
"enabled": true
},
"image_generation": {
"enabled": true
},
"mcp": {
"enabled": true
},
"code_interpreter": {
"enabled": true
}
}