curl --location --request POST 'https://api.302.ai/302/claude-code/sandbox/session' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": "中文session测试",
"sandbox_id": "302-sandbox-xxxx",
"note": "aaaaa"
}'{
"success": true,
"sandbox_id": "302-sandbox-xxxxxxx",
"session_id": "中文session测试",
"note": "aaaaa",
"message": "更新成功"
}