curl --location --request POST '/ledger_billing_group_reports' \
--header 'Content-Type: application/json' \
--data-raw '{
"month": 10,
"year": 2019
}'
{
"data": {
"created_at": "2019-10-15T10:07:15.527Z",
"id": "f5586561-8ff0-4291-a0ac-84fe544797bd",
"organization_id": "f5586561-8ff0-4291-a0ac-84fe544797bd",
"record_type": "ledger_billing_group_report",
"report_url": "https://example.com",
"updated_at": "2019-10-15T10:07:15.527Z"
}
}
Authorization: Bearer ********************