Link Google Play

POST
/sdk/link_code/link_google_play
codeChallengein base64
authCode?string
user?pie.sdk.link_codes.LinkGooglePlayRequest.User

Response Body

curl -X POST "https://test-api.stash.gg/sdk/link_code/link_google_play" \  -H "Content-Type: application/json" \  -d '{    "codeChallenge": "string"  }'
{}
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string",
      "property1": null,
      "property2": null
    }
  ]
}

How is this guide?