curl --request GET \
--url https://api.meetcampfire.com/coa/api/v1/invoice/statement/client/{client_id}/pdf/ \
--header 'Authorization: <api-key>'Generate a customer statement PDF for a specific client.
This creates a professional, customer-facing statement showing:
curl --request GET \
--url https://api.meetcampfire.com/coa/api/v1/invoice/statement/client/{client_id}/pdf/ \
--header 'Authorization: <api-key>'