testimonials
Create a new testimonial
Creates a new testimonial.
post/testimonials
Request body
Example request
{
"name": "Charles Ugberaese",
"content": "The service is fantastic, great experience."
}Response
Testimonial created successfully
Example response
{
"status": "success",
"message": "Testimonial created successfully",
"data": {
"id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"user_id": "0b89cd08-57fc-40b0-aa17-ed6d95f43cfe",
"name": "Charles Ugberaese",
"content": "The service is fantastic, great experience.",
"created_at": "2024-07-18T00:00:00Z"
}
}Changes
Changed in 2 of the 15 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲