curl --location --request GET '/api/v1/addresses/province/list?country=VN'{
"status_code": 0,
"data": [
{
"id": 0,
"country": "string",
"code": "string",
"province_name": "string"
}
],
"error": true,
"error_code": "string",
"log_id": "string",
"messages": "string",
"total": 0
}