Send SMS to a single recipient
Future<bool> sendSms({ required String phoneNumber, required String message, String? countryCode, });