curl --request GET \
--url http://localhost:3000/api/v1/skills \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": [
null
]
}curl --request GET \
--url http://localhost:3000/api/v1/skills \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": [
null
]
}