{ "verifyKey": "string", "platformId": "string" }
curl --location --request POST 'https://gateway.storeharmony.com/cloudapi/app/access/webverify' \ --header 'Content-Type: application/json' \ --data-raw '{ "verifyKey": "string", "platformId": "string" }'
{ "accountId": "string", "accessToken": "string", "webRedirectUrl": "string", "tokens": [ { "storeId": "string", "sessiontoken": "string", "role": "string" } ], "webRedirectUrlExpire": "2019-08-24T14:15:22Z" }