App Store Connect
Interact with App Store Connect APIs
let client = Client(
    credential: Credential(
        issuerId: "",
        privateKeyId: "",
        privateKey: ""
    )
)
let response: AppPriceResponse = try await client.apiClient.send(Paths.AppPrices.get) 
Credit
- AppStoreConnect OpenAPI specification
 - Code generated by https://github.com/kean/CreateAPI