cURL
curl --request POST \ --url https://api.sftpsync.io/clients \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "Acme" }'
{ "id": "cl_123", "name": "Acme" }
Client