Is there a way to pull from App Store Connect API the official release date of an App Store release?
I'm seeing a field called earliestReleaseDate
in the response to https://api.appstoreconnect.apple.com/v1/apps/{{app_id}}/appStoreVersions
but it's always null (I assume it's null because we currently do not use the 'automatically release on date no earlier than' feature).