Timbrify
API ReferenceOther
POST
/auth/accountant/login

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

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