/auth/registerKayıt ol
Yeni hesap oluşturur. Başlangıç kredisi 0'dır; e-posta ve telefon doğrulaması tamamlandığında 1 ücretsiz test kredisi tanımlanır.
curl -X POST https://trust.cronwork.com/api/v1/auth/register \
-H "Content-Type: application/json" \
-d '{
"email": "ornek@sirket.com",
"password": "GucluSifre123!",
"phone": "05551234567",
"companyName": "Örnek A.Ş."
}'Örnek yanıt
{
"token": "eyJhbG...",
"user": { "credits": 0, "emailVerified": false, ... },
"verification": { "welcomeCreditsAmount": 1, ... }
}