curl --location 'https://api.dev-firmaseguraec.com/signature/api/request' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"termsAndConditionsId": "a3f8c1d2-9b4e-4f6a-8c1d-2e7f9b4a3c1d",
"referenceTransaction": "invoice",
"identificationNumber": "0504152385",
"fingerCode": "E2222I5555",
"applicationType": "NATURAL_PERSON",
"email": "Carolina92@gmail.com",
"cellphoneNumber": "+593957441215",
"address": "Barrio Eloy Alfaro",
"province": "COTOPAXI",
"city": "SALCEDO",
"password": "TaYsMpl3AZWVoPc",
"period": "ONE_YEAR"
}'