cURL
curl --request GET \ --url 'http://{{baseurl}}/api/v1/localities/reportCarriers'
{ "data": [ { "locality_id": 123, "locality_name": "<string>", "carriers_count": 123 } ] }
The ID's of the locality to generate the report for
Carriers report for the specified locality
Show child attributes