curl --location --request GET '/api/v1/admin/testimonials/6788c0058cade5d7e9b19efa' \
--header 'Authorization: Bearer <token>'{
"data": {
"message": "Request data successfully queried",
"status": true,
"testimonial": {
"id": "6788c0058cade5d7e9b19efa",
"name": "Mariam Abdullah",
"message": "I enjoyed every little time spent",
"type": "mock-interview",
"profile": "https://res.cloudinary.com/dzljyt3y1/image/upload/v1737015300/wc3rpclrveux8lh6tskr.png",
"status": "approved",
"updatedAt": "2025-01-16T08:15:01.291Z",
"createdAt": "2025-01-16T08:15:01.291Z"
}
}
}