v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
testimonials

Create a new testimonial

Creates a new testimonial.

post/testimonials

Request body

namestring required
contentstring required

Example request

{
  "name": "Charles Ugberaese",
  "content": "The service is fantastic, great experience."
}

Response

Testimonial created successfully

statusstring
messagestring

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"
  }
}