curl --location '/api/download/submit-all?utm_source=undefined&utm_medium=undefined&utm_campaign=undefined' \
--header 'Content-Type: application/json' \
--data-raw '{
"languageCode": "fr",
"contact": {
"firstName": "Marie",
"email": "marie@example.com",
"lastName": "Dupont",
"phone": "+33612345678",
"country": "France"
}
}'{
"downloadUrl": "/api/download/eyJhbGciOiJIUzI1NiJ9...",
"booksCount": 12
}