curl --location --globoff '/playgrounds/{{playgroundId}}/module/{{moduleId}}/submit' \
--header 'Authorization: Bearer {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
"answers": [
{
"questionId": "6a06935be2a5d896c5c710a8",
"text": "Buku",
"file": "storage/answers/audio-123.mp3",
"timeOpened": "2023-10-27T10:00:00Z",
"timeAnswered": "2023-10-27T10:00:15Z",
"duration": "15s",
"similarityPoint": "95"
}
]
}'{}