curl --location '/api/download/submit?utm_source=undefined&utm_medium=undefined&utm_campaign=undefined' \
--header 'Content-Type: application/json' \
--data-raw '{
"bookSlug": "the-great-controversy",
"languageCode": "en",
"fileType": "pdf",
"contact": {
"firstName": "John",
"email": "john@example.com",
"country": "US"
}
}'{
"downloadUrl": "/api/download/eyJhbGciOiJIUzI1NiJ9..."
}