curl --location --request GET 'https://test-api.talkamie.com/v1/finance/transactions/earnings' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"status": "pending",
"type": "purchase",
"intent": "top-up",
"funds": {
"amount": 0,
"currency": "usd"
},
"coins": {
"amount": 0
},
"timestamp": "string"
}
]
}