curl --request POST \
--url https://api.sandbox.co.in/tds/compliance/traces/deductors/forms/{certificate_type}/status \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"@entity": "<string>",
"username": "<string>",
"password": "<string>",
"tan": "<string>"
}
'