curl --location --request GET '/testimonial' \
--header 'Content-Type: application/json' \
--data-raw '{}'[
{
"id": 5,
"message": "test message testimonial",
"vendor_id": 17
},
{
"id": 4,
"message": "test message testimonial update",
"vendor_id": 17
}
]