{
"title": "challeng 1",
"description": "describe challenge 1",
"difficulty": "easy",
"starterCode": "get startte code",
"skillId": 1,
"language": "python",
"ai": true
}curl --location 'http://localhost:3000/api/v1/assessment/coding-challenges' \
--header 'Content-Type: application/json' \
--data '{
"title": "challeng 1",
"description": "describe challenge 1",
"difficulty": "easy",
"starterCode": "get startte code",
"skillId": 1,
"language": "python",
"ai": true
}'{}