{
"parkCode": "140123001"
}
curl --location -g --request POST 'http://testlpn.ebopark.com/PartnerService/ParkLot?partnerid=test&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"parkCode": "140123001"
}'
{
"state": 0,
"total": 0,
"result": [
{
"num": "0",
"garagecode": "200037",
"totalCnt": 600
},
{
"num": "251",
"garagecode": "200038",
"totalCnt": 350
},
{
"num": "0",
"garagecode": "200300",
"totalCnt": 200
}
]
}