curl --location --request POST 'https://api.peacom.co/eip/partner/billing' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "TEST BILLING",
"rangeDate": {
"startDate": "2025-07-28T10:13:59.000Z",
"endDate": "2025-07-01T10:13:59.000Z",
"name": "TEST BILLING API"
},
"type": 1
}'{
"publicId": "1115aed4-d3b3-4fc3-9c83-213413fb4e29",
"type": 5,
"name": "TEST BILLING API",
"fromDate": "2025-07-01T10:13:59.000Z",
"toDate": "2025-07-28T10:13:59.000Z",
"status": "PENDING"
}