Link Apple Game Center

POST
/sdk/link_code/link_apple_game_center
codeChallengein base64
verification?pie.sdk.link_codes.LinkAppleGameCenterRequest.Verification
user?this is the game external id

Response Body

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

How is this guide?