curl --location '/partner-dcb/v1/on-demand/charges//otp/confirm' \
--header 'Content-Type: application/json' \
--data '{
"payment_method": "XL",
"transaction_details": {
"otp": "607148"
}
}'{
"success": true,
"correlation_id": "8000b0fe-1007-f300-b63f-84710c7967bb",
"code": "OTP_CONFIRMED",
"message": "OTP Confirmed Successfully",
"data": {
"transaction_id": "A8847207-A233-4AC5-BBB2-8649990064BD"
}
}