Get total & used remote upload slots
Future<Map> RemoteUpload_UploadSlots({ String? apiKey, }) async { return await getRemoteUploadSlots( apiKey: apiKey, ); }