curl --location -g --request GET '{{url}}/api/v1/courses/belajar-golang-dari-nol-1/batches' \
--header 'Authorization: Bearer {{token}}'{
"data": [
{
"id": "string",
"course_id": "string",
"slug": "string",
"title": "string",
"description": "string",
"batch_thumbnail": "string",
"start_at": "string",
"end_at": "string",
"room": "string",
"quota": 0,
"days": [
{
"id": "string",
"batch_id": "string",
"day": "string"
}
],
"created_at": "string",
"updated_at": "string",
"course_type": "string"
}
],
"message": "string",
"meta": {
"limit": 0,
"page": 0,
"total": 0,
"total_pages": 0
},
"success": true
}