Copyright (C) 2025 Lucentinian Works Co Ltd
This document provides curl examples for retrieving approved video categories using the public API.
curl -X GET \
http://localhost/categories \
-H 'Accept: application/json'
curl -X GET \
http://localhost/categories/1 \
-H 'Accept: application/json'