Send SMS to multiple recipients
Future<Map<String, bool>> sendBulkSms({ required List<String> phoneNumbers, required String message, String? countryCode, });