- Users can send SMS to specified phone numbers through an API service.
- A maximum of 10 SMS messages should be allowed to be sent from the same user to the same phone number in one minute.
- If the number of SMS messages sent from the same user to the same phone number exceeds 10, an error message should be returned to the user from the SMS API, the request should not reach the SMS API, that is, SMS should not be sent to the user.







