curl --location -g --request PATCH '{{url}}/api/v1/submissions/687ac660-a8b9-452c-9eed-c8b20ea4d4d0' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"note": "tes tes",
"submission_files": [
{
"file_url": "https://storage.example.com/files/tugas1.pdf"
}
]
}'{
"error": {
"GroupID": "GroupID harus berupa UUID v4"
},
"message": "Validasi gagal",
"success": false
}