curl --location --request GET 'https://dev.your-api-server.com/api/payment/invoice/breakdown' \ --header 'Authorization: {{ACCESS_TOKEN}}' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{}