curl --request POST \
--url https://gateway.varchev.com/customer/twoFA/validate2FAToken/{customerId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--data '{
"payload": {}
}'