Authorization: Bearer ********************
curl --location --request DELETE 'http://localhost:3000/api/v1/internship-kpis/1' \ --header 'Authorization: Bearer <token>'
{ "status": "Success", "message": "KPI deleted successfully" }