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