Authorization: Bearer ********************curl --location 'http://localhost:3000/api/v1/kpi-service/kpi-skills' \
--header 'Authorization: Bearer <token>'{
"message": "string",
"statusCode": 0,
"data": [
{
"id": 0,
"title": "string",
"createdAt": "string"
}
]
}