curl --location --request POST 'https://api.staging.vrtx.sa/testhelpers/tokenization/activation-code-requests//verify-otp' \
--header 'x-tenant-short-code;' \
--header 'Content-Type: application/json' \
--data-raw '{
"otp": "string"
}'{
"id": "string",
"token": 0,
"messageType": "string",
"status": "string",
"wallet": "string",
"device": "string",
"notificationId": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"ivrCompletedAt": "2019-08-24T14:15:22.123Z",
"otpSentAt": "2019-08-24T14:15:22.123Z",
"otpVerifiedAt": "2019-08-24T14:15:22.123Z",
"verificationResult": "string"
}