### Send SMS via Authkey API Source: https://authkey.io/api-docs This PHP code snippet demonstrates how to send an SMS using the Authkey API. It includes parameters for sender ID, mobile number, authentication key, message content, and template details. Ensure you replace placeholders like 'XXXX' and 'Your auth key' with actual values. The `SendSMS` function uses cURL to make the API request. ```php ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.