Request
Method
URL
POST
/add-category
{ "name": "Category Name", "order": null, "is_active": true }
Response
Status
200
{
"status": true,
"category_id": 70
}
403
400
401
500
Last updated 1 year ago