curl --location 'https://api.dev-firmaseguraec.com/signature/traditional/request' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"referenceTransaction": "TXN-TEST-001",
"identificationNumber": "1234567890",
"applicationType": "NATURAL_PERSON",
"email": "test@example.com",
"cellphoneNumber": "+593999999999",
"period": "ONE_YEAR",
"callbackUrl": "https://play.svix.com/in/e_msAhdrcE7oslKrfJ1YoHB5shn4d/",
"province": "Tungurahua",
"city": "Ambato",
"fingerCode": "E1111V2222",
"address": "Quito, sector Norte",
"linkExpirationMinutes": 999
}'