{ "answer": { "from": "user2", "to": "user1", "requestId": "1", "code": 10, "msg": "ok", "body": { "contentType": 1, "content": "hello" } } }
{ "from": "string", "to": "string", "requestId": "string", "code": 0, "msg": "string", "body": { "contentType": 0, "content": "string" } }
curl --location '/answer' \ --header 'Content-Type: application/json' \ --data '{ "from": "string", "to": "string", "requestId": "string", "code": 0, "msg": "string", "body": { "contentType": 0, "content": "string" } }'
{ "code": 0, "message": "", "data": { "@type": "type.googleapis.com/google.protobuf.Empty", "value": {} } }