{
"title": "update challenge 1",
"description": "describe challenge 1",
"difficulty": "medium",
"starterCode": "starter code here",
"skillId": 1
}curl --location --request PATCH 'http://localhost:3000/api/v1/assessment/coding-challenges/1' \
--header 'Content-Type: application/json' \
--data '{
"title": "update challenge 1",
"description": "describe challenge 1",
"difficulty": "medium",
"starterCode": "starter code here",
"skillId": 1
}'{}