curl --location --request GET 'http://127.0.0.1:9999/api/v1/notification_history/list?notification_type=MEMBER&page=&page_size=&send_target=&send_time_start=&send_time_stop=' \
--header 'x-token: {{x-token}}'
{
"code": 0,
"data": {
"list": [
{
"id": "string",
"notification_type": "string",
"remark": "string",
"send_content": "string",
"send_result": "string",
"send_target": "string",
"send_time": "string",
"tenant_id": "string"
}
],
"total": 0
},
"message": "string"
}