curl --location --request GET '/api/partner/v1/transaction/' \
--header 'Authorization: Bearer <token>'
{
"data": {
"reference_id": "d22413c2-c768-4066-af70-c3b4e0f418ac",
"currency": "BRL",
"amount": 14.67,
"transaction_date": "2025-06-16T17:32:44.000000Z",
"status": "completed",
"description": "Teste",
"pix_code": null
}
}