{
"appleUrl": "http://example.com",
"initiative": "web",
"currency": "PLN"
}curl --location --request POST 'https://api.zen.com/v1/applepay/session' \
--header 'request-id;' \
--header 'checkout-version;' \
--header 'Content-Type: application/json' \
--data-raw '{
"appleUrl": "http://example.com",
"initiative": "web",
"currency": "PLN"
}'{}