Template
Buat template email reusable dengan variabel dinamis menggunakan sintaks {{variabel}}.
| Method | Endpoint | Deskripsi |
|---|---|---|
| GET | /v1/templates | Daftar semua template |
| POST | /v1/templates | Buat template baru |
| GET | /v1/templates/:id | Detail template |
| PATCH | /v1/templates/:id | Update template |
| DELETE | /v1/templates/:id | Hapus template |