curl --location -g --request GET '{{url}}/api/v1/batches/test-gelombang-brevet-a-b/meetings' \
--header 'Authorization: Bearer {{token}}'{
"data": [
{
"id": "string",
"batch_id": "string",
"title": "string",
"description": "string",
"meeting_type": "string",
"created_at": "string",
"updated_at": "string"
}
],
"message": "string",
"meta": {
"limit": 0,
"page": 0,
"total": 0,
"total_pages": 0
},
"success": true
}