Return available prices for the system.
If successful, this endpoint will return a 200 OK status.
When the request is successful, you can expect an object matching the specification below to be returned.
{ prices: [ PriceResource { resource: String category: String description: String variants: [ PriceVariant { id: String? description: String? default: Boolean prices: [ Price { id: String price: Decimal currency: [ Currency { iso_code: String } ] } ] } ] } ] }