curl --location --request POST 'https://unified-dev.digit.org/otp/v1/_validate' \
--header 'Content-Type: application/json' \
--data-raw '{
"RequestInfo": {
"apiId": null,
"ver": null,
"ts": null,
"action": "POST",
"did": null,
"key": null,
"msgId": "5bfa85e7-dfa1-47c8-98b2-747bf552be86",
"authToken": "50b80fa6-bec2-438e-a168-ce5ad53770b5"
},
"otp": {
"otp": "733648",
"identity": "forth",
"tenantId": "pg",
"UUID": "da588d19-f1b5-4b6a-9e48-2e1dd75a0a7c",
"isValidationSuccessful": false
}
}'
{
"ResponseInfo": {},
"otp": {
"otp": "string",
"uuid": "string",
"identity": "string",
"tenantId": "string",
"isValidationSuccessful": "string"
}
}