cURL
curl --request GET \ --url https://app.sellitbr.com/api/v1/billing/invoices \ --header 'Authorization: Bearer <token>'
{ "invoices": [ { "id": "<string>", "url": "<string>", "amount": 123, "currency": "<string>", "date": 123 } ] }
Show child attributes