17 lines
247 B
JSON
17 lines
247 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"id": 3,
|
|
"result": {
|
|
"content": [
|
|
{
|
|
"type": "text",
|
|
"text": "{\"customerName\":\"Hong\"}"
|
|
}
|
|
],
|
|
"structuredContent": {
|
|
"customerName": "Hong"
|
|
},
|
|
"isError": false
|
|
}
|
|
}
|