# OpenCode Project Instructions

Integrasikan pengiriman pesan WhatsApp via VexaHost WA Gateway.
URL: https://wa.vexahostcloud.my.id/api/v1/messages/text
Method: POST
Headers:
  X-Api-Key: os.getenv('WA_KEY')
  Content-Type: application/json
Body:
  {
    "to": "081234567890",
    "message": "Pesan verifikasi sistem"
  }
Buatkan modul client HTTP yang bersih dan siap diuji.
