curl --location --request POST '/api/v1/admin/testimonials/add' \
--header 'Authorization: Bearer <token>' \
--form 'name="Abdullah Yahaya"' \
--form 'type="pm-clarity"' \
--form 'message="I enjoyed every little time spent"' \
--form 'profile=@""' \
--form 'rating="5"'{
"data": {
"message": "Success! Testimonial has been added successfully.",
"status": true,
"testimonial": {
"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"
}
}
}