curl --location -g --request PATCH '{{url}}/api/v1/meetings/c999d01c-ecd0-475d-80cf-ff893d567e39' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Pertemuan 1 awefawefeaw",
"description": "Ini pertemuan 1",
"type":"basic"
}'{
"error": {
"GroupID": "GroupID harus berupa UUID v4"
},
"message": "Validasi gagal",
"success": false
}