{
"ver": "1.0",
"data": {
"username": "jxq",
"password": "admin123."
}
}
curl --location --request POST 'https://geotest.parking24.cn/NBGeoManager/account/login.do' \
--header 'Content-Type: application/json' \
--data-raw '{
"ver": "1.0",
"data": {
"username": "jxq",
"password": "admin123."
}
}'
{}