Allows setting answers to questions associated with the application for a specific guid. Used to pass in data from previous inputs. Set in raw body data

{
"guid": "Xerr30PPCV7iL9fJdMG0nCuPhGRCmc8zyYWKhUP8leFTZdtsTzJCGt4zWkPz",
"answers": {
"mandatory": {
"rent": {
"radioAnswer": "no",
"textAnswer": "Hi_test"
},
"rentBudget": {
"radioAnswer": "yes",
"textAnswer": "1250"
}
},
"custom": {
"are you currently employed":  {"overviewField" : "employment_status","radioAnswer": "yes","textAnswer": "Yes"},
"employer name":  {"overviewField" : "employer_name","answer": "best buy"},
"do you own pets":  {"overviewField" : "pet_ownership","radioAnswer": "yes","textAnswer": "Yes"},
"what is your monthly gross income":  {"overviewField" : "gross_monthly_income","answer": "1500"}
}
}
}