curl --location --request GET 'http://localhost:8080/api/v1/assets/categories/dropdown-menu' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"category_id": 1,
"name": "string",
"description": "string",
"created_at": "CURRENT_TIMESTAMP"
}