{
"title": "ML"
}curl --location 'http://localhost:3000/api/v1/skills' \
--header 'Content-Type: application/json' \
--data '{
"title": "ML"
}'{
"message": "Successful",
"data": {
"title": "ML",
"createdAt": "2024-09-23T12:56:14.069+00:00",
"updatedAt": "2024-09-23T12:56:14.069+00:00",
"id": 34
}
}