curl --request POST \
--url https://api.solarsentra.io/v1/export/transactions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"walletId": "wlt_abc123def456",
"format": "csv",
"startDate": "2023-12-25",
"endDate": "2023-12-25",
"includeMetadata": true
}
'