curl --location --request POST '/json/confirm' \
--header 'Content-Type: application/json' \
--data-raw '{
"authentication": {
"partnerId": "1111111111111",
"sign": "1234567890fgg"
},
"ticketing": {
"orderNum": "11032504410312",
"pnr": "WENWKH",
"currency": "USD",
"totalPrice": 312.99
}
}'