curl --location 'http://localhost:6567/api/v1/api/v1/onboarding/quiz-responses' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"responses": [
{
"questionId": "string",
"answer": {}
}
]
}'{
"id": "response-001",
"userId": "550e8400-e29b-41d4-a716-446655440000",
"responses": [
{
"questionId": "q1",
"selectedOption": "Python"
}
],
"savedAt": "2024-01-15T10:30:00Z"
}