curl --location 'https://api.aworld.cloud/app/v1/quizzes//submit' \
--header 'x-external-user-id;' \
--header 'x-user-id;' \
--header 'Content-Type: application/json' \
--data '{
"answer": "opt1",
"context": "default",
"progress": "START",
"parentId": "string",
"parentType": "learningPath"
}'{
"quizId": "string",
"userId": "string",
"difficulty": "EASY",
"answer": "opt1",
"lang": "en",
"progress": "START",
"outcome": "SUCCESS",
"context": "default",
"parentId": "string",
"parentType": "learningPath",
"startedAt": "string",
"completedAt": "string",
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1"
}