# Create a client Endpoint: POST /api/v1/clients Version: 0.0.1 Security: bearerAuth ## Request fields (application/json): - `name` (string, required) - `custom_attributes` (object,null) Custom attributes ## Response 201 fields (application/json): - `id` (string, required) - `name` (string, required) - `created_at` (string, required) - `updated_at` (string, required) - `custom_attributes` (object, required) Custom attribute values ## Response 401 fields (application/json): - `message` (string, required) Enum: "Not authorized"