District
Get all districts
get/api/district
Response
Example response
[
{
"id": 1,
"city_id": 1,
"name": "São Miguel",
"created_at": "2022-01-01 00:00:00",
"updated_at": "2022-01-01 00:00:00"
}
][
{
"id": 1,
"city_id": 1,
"name": "São Miguel",
"created_at": "2022-01-01 00:00:00",
"updated_at": "2022-01-01 00:00:00"
}
]