{
"property1": {},
"property2": {}
}
curl --location --request POST 'http://dev-cn.your-api-server.com/user/weixinLogin' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": {},
"property2": {}
}'
{
"code": 0,
"data": {}
}