Link
Authorization<token>
Bearer token authentication for client-side SDK operations. Format: 'Authorization: Bearer '
In: header
codeChallengein base64
userpie.sdk.link_codes.LinkRequest.User
Response Body
curl -X POST "https://test-api.stash.gg/sdk/link_code/link" \ -H "Content-Type: application/json" \ -d '{ "codeChallenge": "string", "user": { "id": "string" } }'{}{
"code": 0,
"message": "string",
"details": [
{
"@type": "string",
"property1": null,
"property2": null
}
]
}How is this guide?