POST /invoices/download/fiel failed.POST /invoices/download/fiel handles registration automatically when sync_start_date and phone are provided.POST /invoices/download/fiel.curl --location --request POST 'https://api.gigstack.io/v2/invoices/download/register?team' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sync_start_date": "2023-01-01",
"phone": "+5215512345678",
"legal_name": "string",
"max_monthly_invoices": 10000
}'{
"success": true,
"message": "string"
}