Authorization: Bearer ********************curl --location --request POST 'https://api.eu-west-1.aworld.cloud/app/v1/quizzes//submit' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"answer": "opt1",
"context": "default",
"progress": "START",
"parentId": "string",
"parentType": "learningPath"
}'{
"quizId": "string",
"userId": "string",
"difficulty": "EASY",
"answer": "opt1",
"lang": "aa",
"progress": "START",
"outcome": "SUCCESS",
"context": "default",
"parentId": "string",
"parentType": "learningPath",
"startedAt": "string",
"completedAt": "string",
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1"
}