Create Course Category
Last updated
Last updated
POST /v2/module/category/create HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"name": "text"
}{
"data": [
{
"name": "text",
"slug": "text",
"updated_at": "text",
"created_at": "text",
"id": 1
}
],
"message": "success",
"status": true
}