curl --request POST \
--url https://api.example.com/clients \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"email": "<string>"
}
'{
"error": true,
"msg": "request body is empty"
}
Create a new client with name and email
curl --request POST \
--url https://api.example.com/clients \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"email": "<string>"
}
'{
"error": true,
"msg": "request body is empty"
}
This endpoint creates a new client in the system. Clients are the entities that place sales orders.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/andreguti9190/Sistema-de-gestion-de-ventas--Nodejs/llms.txt
Use this file to discover all available pages before exploring further.
{
"name": "Mark Zuckemberg",
"email": "markz@facebook.com"
}
{
"error": true,
"msg": "request body is empty"
}