curl --request GET \
--url https://demoapi.saasphereltd.com/api/v1/accounts/transaction-history \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"account_no": "1234567890",
"start_date": "<any>",
"end_date": "<any>",
"type": "credit"
}
'