let client = Client(
credential: Credential(
issuerId: "",
privateKeyId: "",
privateKey: ""
)
)
let response: AppPriceResponse = try await client.apiClient.send(Paths.AppPrices.get)
前往 https://appstoreconnect.apple.com/access/api
privateKey
是完整的 .p8 文件内容