curl --location --request GET '/ent/user/schedule' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "string",
"status": 0,
"data": {
"list": [
{
"id": 0,
"types": "string",
"content": "string",
"mark": "string",
"remind": 0,
"repeat": 0,
"period": 0,
"rate": 0,
"end_time": "string",
"link_id": 0,
"created_at": "string"
}
],
"count": 0
}
}