curl --request POST \
--url https://api.ai2fin.com/api/intelligent-tax-deduction/analyze-transaction \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"transactionId": "<string>",
"description": "<string>",
"amount": 123,
"date": "2023-11-07T05:31:56Z",
"merchant": "<string>",
"category": "<string>",
"primaryType": "<string>",
"secondaryType": "<string>"
}
'