curl --request POST \
--url https://devapi.withedge.co/gateway/api/v1/utils/otp-validation \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'requestId: <requestid>' \
--data '
{
"otpReferenceId": "<string>",
"OTP": "<string>"
}
'