{
"candidates": [
{
"rewardId": "string",
"userId": "string",
"registeredAt": "2019-08-24T14:15:22.123Z",
"qualificationDeadline": "2019-08-24T14:15:22.123Z"
}
]
}curl --location '/v1/internal/referral-qualification/snapshots' \
--header 'Content-Type: application/json' \
--data '{
"candidates": [
{
"rewardId": "string",
"userId": "string",
"registeredAt": "2019-08-24T14:15:22.123Z",
"qualificationDeadline": "2019-08-24T14:15:22.123Z"
}
]
}'{
"snapshots": [
{
"rewardId": "string",
"userId": "string",
"emailVerified": true,
"desktopTokenIssued": true,
"successfulBillableActions": 0,
"activeUtcDays": 0,
"inputChars": 0,
"mechanicalCompletion": true,
"authIpHashes": [
"string"
],
"deviceHashes": [
"string"
],
"measuredAt": "2019-08-24T14:15:22.123Z"
}
]
}