{}curl --location --request GET '/partners/property-leases?page=&page_size=' \
--header 'Accept-Language;' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9' \
--header 'X-Request-Id: req_1701937730123_48210952' \
--header 'X-Encryption-Mode;' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"request_id": "string",
"items": [
{
"id": "string",
"province_name": "string",
"city_name": "string",
"detailed_address": "string",
"area_unit": "平方千米",
"property_certificate_number": "string",
"license_plate_number": "string",
"status": "CREATED",
"lease_start_date": "2019-08-24",
"lease_end_date": "2019-08-24",
"cross_city_flag": "0"
}
],
"pagination": {
"page": 1,
"page_size": 20,
"has_more": false
}
}