{ "method": "GetUserInfoService", "params": { "uid": 12345 } }
curl --location --request GET '127.0.0.1:8881' \ --header 'Content-Type: application/json' \ --data-raw '{ "method": "GetUserInfoService", "params": { "uid": 12345 } }'
{}