Authorization: Bearer ********************{
"name": "python",
"description": "python description 1"
}curl --location 'http://localhost:3000/api/v1/assessment/skills' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "python",
"description": "python description 1"
}'{}