Subscriptions - Add new Subscription
POST yourdomain.com/api/subscriptions/
Error 4xx
json
| Name | Description | 
|---|---|
HTTP/1.1 200 OK
 {
     "status": true,
     "message": "Data Added Successfully"
 }
   HTTP/1.1 404 Not Found
{
    "status": false,
    "error": "Data not Added"    
}