Authorization: Bearer ********************
curl --location --request PATCH 'http://localhost:3000/api/v1/testimonials/approve/' \ --header 'Authorization: Bearer <token>'
{ "message": "Testimonial Approved Successfully", "status": 200 }