GetSmsPriceRequestBody - To check the price of a single message or messages with the same content to multiple recipients, pass a single SmsMessage object with the properties of this message using GetSmsPriceRequestBody.of(SmsMessage) method.
SendSmsRequestBody - To send a single SMS or messages with the same content to multiple recipients, please use SendSmsRequestBody.of(SmsMessage) method with a single SmsMessage object with the properties of this message.