Authorization: ********************curl --location --request GET '/user/getProfileWithOrder' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>'{
"code": "",
"msg": "",
"data": {
"id": 0,
"userId": "",
"username": "",
"mobile": "",
"nickName": "",
"email": "",
"picUrl": "",
"balance": 0.0,
"presentBalance": 0.0,
"chargingOrderCount": 0,
"balanceLockAmount": 0.0,
"presentLockAmount": 0.0
}
}