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