$ curl https://skybytes.live/api/about
{ "success": true, "data": {
"fullName": "Pahome Andrei-Cristian",
"title": "Software Engineer",
"location": "Bucharest, Romania" }}
$ curl https://skybytes.live/api/skills
{ "success": true, "data": {
"Backend": [{ "name": "Node.js", "proficiency": 90 }, ...],
"Frontend": [{ "name": "Angular", "proficiency": 90 }, ...] }}
$ curl -X POST /api/contact/message \
{ "success": true, "message": "Message sent successfully" }
$