curl --request POST \
--url https://app.tagadapay.com/api/public/v1/funnels/{funnelId}/preview-session \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"storeId": "store_123",
"funnelId": "funnelv2_123",
"stepId": "step_thankyou",
"accountId": "acc_123",
"contextData": {
"orderId": "order_abc123"
}
}
'