code: ********************timestamp: ********************signature: ********************{
"passengerCount": {
"adult": 1,
"child": 0,
"infant": 0
}
}curl --location '/openapi/v3/flight/solutions/sol_2f4d3c/verification' \
--header 'code: <api-key>' \
--header 'timestamp: <api-key>' \
--header 'signature: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"passengerCount": {
"adult": 1,
"child": 0,
"infant": 0
}
}'