The top-level object returned from all API endpoints.

All API responses follow the same top-level model:

PropertyDescriptionType(s)
successThe payload-level response status. Can be used by consumers to conditionally show error UX.boolean
dataIf success is false, data is a string with more info. If success is true, data will be a PopRank model or a primitive, like number or string.any