curl --location --request GET 'http://localhost:9000/api/notifications?page=1&limit=10' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwidXNlcm5hbWUiOiJGb3hsdW8iLCJyb2xlIjoidXNlciIsImlhdCI6MTczNTcyMDg1MCwiZXhwIjoxNzM2MzI1NjUwfQ.0-L7OArOx-WT5m0eEjQpKwgY8aCM4A_-fmxDqY8mUY4'
{ "code": 0, "message": "string", "data": { "notifications": [ { "id": 0, "user_id": 0, "type": "string", "title": "string", "content": "string", "target_type": "string", "target_id": 0, "is_read": 0, "created_at": "string", "updated_at": "string", "is_pushed": 0 } ], "total": 0, "current": 0, "pageSize": 0, "totalPages": 0 }, "success": true }