Create a Product
POST /api/v1/products/create
Description
This method allows you to create a new product by providing its name, description, and welcome message.
Header
api_key
string
required
API authentication key
Body
name
string
required
The name of the product.
description
string
required
The description of the product.
welcome_message
string
required
The welcome message displayed to users.