Timbrify
API ReferenceOther
POST
/auth/accountant/register

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X post "https://api.timbrify.com/auth/accountant/register" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "email": "user@example.com",    "password": "stringst",    "acceptTerms": true,    "acceptPrivacy": true  }'
Empty