curl --location --request GET '/public-api/v2/agent2-message/?loginId' \
--header 'X-Public-Token;'{
"result": "string",
"response": {
"messageId": "string",
"sessionId": "string",
"question": "string",
"answer": {},
"status": "PENDING",
"taskId": "string",
"cacheData": {},
"creator": "string",
"expertId": "string",
"expertName": "string",
"ctime": "string",
"utime": "string"
},
"error": {
"status": 0,
"message": "string",
"detail": {
"notifyType": "string"
}
}
}