curl --location -g --request GET '{{url}}/api/v1/meetings/b8324683-fb70-41ce-9d19-bf140b02371b/materials' \
--header 'Authorization: Bearer {{token}}'{
"data": [
"string"
],
"message": "string",
"meta": {
"limit": 0,
"page": 0,
"total": 0,
"total_pages": 0
},
"success": true
}