Categories

Send category

POST BASEURL/category

Headers

{
    "status": "ok"
}

payload, JSON

{ 
    "id": 1, 
    "title": "Category Name",
    "handle": "category-link",
    "content": "description of category if exists"
}

Last updated