<?php
namespace IpSupply\Prology\Api\Interface;
interface NewsletterInterface
{
/**
* POST
* @return string
*/
public function register();
}