curl --request POST \
--url https://demoapi.saasphereltd.com/api/v1/accounts/send-account-statement-to-email \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"account_number": "1234567890",
"email": "john.doe@example.com",
"start_date": "<any>",
"end_date": "<any>"
}
'