Example #1
0
 public function createAction()
 {
     return CategoriesService::create($this->request->getRawBody());
 }