{ "title": "dd" }
curl --location --request PATCH 'http://localhost:3000/api/v1/skills/1' \ --header 'Content-Type: application/json' \ --data '{ "title": "dd" }'
{}