Authorization: Bearer ********************
{
"answerList": [
{
"questionCode": "66",
"questionType": 1,
"questionValue": "${option_id}"
}
],
"prevPageCode": "34",
"applicationId": 1001
}
curl --location --request POST '/answers' \
--header 'Content-Type: application/json' \
--data-raw '{
"answerList": [
{
"questionCode": "66",
"questionType": 1,
"questionValue": "${option_id}"
}
],
"prevPageCode": "34",
"applicationId": 1001
}'
{
"code": 200,
"data": {
"nextPageCode": "string",
"applicationId": 0
},
"message": "string"
}