curl --location -g --request POST '{{url}}/api/v1/batches/eac2a0dd-5b07-4766-b51e-3a7bf25f245f/meetings' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Pertemuan 1",
"description": "Ini pertemuan 1",
"type":"basic"
}'{
"error": {
"GroupID": "GroupID harus berupa UUID v4"
},
"message": "Validasi gagal",
"success": false
}