curl --request POST \
--url https://api.sandbox.co.in/tds/compliance/csi/otp/verify \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{
"@entity": "in.co.sandbox.tds.compliance.deductors.csi.request",
"reference_id": "<string>",
"otp": "<string>"
}'