curl --request POST \
--url https://api.sandbox.co.in/tds/compliance/traces/deductors/forms/{certificate_type} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"@entity": "in.co.sandbox.tds.compliance.traces.credentials",
"username": "<string>",
"password": "<string>",
"tan": "<string>",
"security_captcha": {
"@entity": "in.co.sandbox.tds.compliance.traces.credentials.security_captcha",
"quarter": "Q1",
"financial_year": "FY 2024-25",
"form": "24Q",
"bsr_code": "<string>",
"challan_date": 123,
"challan_serial_no": "<string>",
"provisional_receipt_number": "<string>",
"challan_amount": 123,
"unique_pan_amount_combination_for_challan": [
[
"<string>"
]
]
},
"remember_me": true
}
'