cURL
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
{ "name": "Mark Zuckemberg", "email": "[email protected]" }