{ "appId": "{{appId}}", "appKey": "{{appKey}}", "userId": "000000-0101-TEST01", "userKey": "123456", "newUserKey": "654321" }
curl --location --request POST 'https://test.api.tichain.tianhecloud.com/api/v2/user/update' \ --header 'Content-Type: application/json' \ --data-raw '{ "appId": "", "appKey": "", "userId": "000000-0101-TEST01", "userKey": "123456", "newUserKey": "654321" }'
{ "code": 0, "message": "success", "data": {} }