quota

suspend fun quota(): Response<UserQuota>

Retrieves the user's quota information from the device.

This method provides details about the user's current usage allocation and limits for the satellite service.

Return

A Response containing UserQuota when successful, or an error when the request fails.