{
"keyword": "string",
"page": 1,
"pageSize": 10,
"type": 0
}curl --location --request POST 'https://api.gogpu.cn/sub_account/message/GetMessageList' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"page": 1,
"pageSize": 10,
"type": 0
}'{
"code": 0,
"data": {
"list": [
{
"content": "string",
"created_at": "string",
"describe": "string",
"id": 0,
"is_all": 0,
"member_id": 0,
"member_type": 0,
"pid": 0,
"publisher": 0,
"rela_id": 0,
"status": 0,
"sub_id": 0,
"sub_type": 0,
"title": "string",
"type": 0,
"updated_at": "string"
}
],
"page": 0,
"pageSize": 0,
"total": 0
},
"msg": "string"
}