pub async fn create_skill(
__arg0: State<AppState>,
__arg1: Json<CreateSkillRequest>,
) -> HttpResult<Json<ApiResponse<CreateSkillResponse>>>Expand description
POST /v1/skills - Create a new skill
pub async fn create_skill(
__arg0: State<AppState>,
__arg1: Json<CreateSkillRequest>,
) -> HttpResult<Json<ApiResponse<CreateSkillResponse>>>POST /v1/skills - Create a new skill