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