{
"subConfigs": [
{
"key": "COUNT_QUESTION",
"value": 10,
"name": "COUNT_QUESTION",
"type": "number"
},
{
"key": "MUST_CORRECT",
"value": 1,
"name": "MUST_CORRECT",
"type": "number"
},
{
"key": "MUST_FILL",
"value": 1,
"name": "MUST_FILL",
"type": "number"
}
],
"code": "SECURITY_QUESTION",
"id": "667168eb01b50585cc6a563c"
}curl --location --request POST '/admin/securityQuestion/saveAdvanceSecurityQuestion' \
--header 'Authorization: Bearer f41e8fd7-3221-4b36-8dc3-623890b2c078' \
--header 'Accept: application/json' \
--header 'User-Agent: Mozilla/5.0' \
--header 'Referer: https://wallet-admin-vpay-dev2.vinsmartfuture.tech/' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"subConfigs": [
{
"key": "COUNT_QUESTION",
"value": 10,
"name": "COUNT_QUESTION",
"type": "number"
},
{
"key": "MUST_CORRECT",
"value": 1,
"name": "MUST_CORRECT",
"type": "number"
},
{
"key": "MUST_FILL",
"value": 1,
"name": "MUST_FILL",
"type": "number"
}
],
"code": "SECURITY_QUESTION",
"id": "667168eb01b50585cc6a563c"
}'