{
"leaseId": 0,
"startDate": "string",
"endDate": "string"
}
curl --location --request POST 'http://test-cn.your-api-server.com/epayment001/location' \
--header 'Content-Type: application/json' \
--data-raw '{
"leaseId": 0,
"startDate": "string",
"endDate": "string"
}'
{
"code": 0,
"status": "",
"message": "",
"data": {},
"resultMap": {
"": {}
}
}