curl --request POST \
--url https://gateway.varchev.com/customer/addSecretQuestion/{customerId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--data '
[
{
"question": "<string>",
"answer": "<string>"
}
]
'