curl --location -g --request GET '/api/v1/addresses/ward/list?district_id={{district_id}}'{
"status_code": 0,
"data": [
{
"id": 0,
"province_id": 0,
"district_id": 0,
"country": "string",
"ward_name": "string"
}
],
"error": true,
"error_code": null,
"log_id": null,
"messages": "string",
"total": 0
}