curl --location --request POST 'https://api-marketplace.webparsers.com/walmart/order_info' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cookies": {
"auth": "string",
"cid": "string",
"spid": "string"
},
"order_id": "string"
}'{}