{
"email": "string",
"hasEps": true,
"hasPension": true,
"hasSeveranceFund": true,
"wantedEpsAffiliate": "string",
"wantedPensionFund": "string",
"wantedSeveranceFund": "string",
"voluntaryPensionFound": "string",
"wantsPrepaidHealthcare": true
}
curl --location --request POST 'https://9f9l4tky3g.execute-api.us-east-1.amazonaws.com/dev/pragma/hiring/candidates/updateUserAffiliateInformation' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"hasEps": true,
"hasPension": true,
"hasSeveranceFund": true,
"wantedEpsAffiliate": "string",
"wantedPensionFund": "string",
"wantedSeveranceFund": "string",
"voluntaryPensionFound": "string",
"wantsPrepaidHealthcare": true
}'
{
"message": "string",
"status": 0,
"data": "string"
}