curl --location --request POST 'https://api.kg.qq.com/karaoke/payment/v2/order_status' \
--header 'X-Open-Access-Token;' \
--header 'X-Open-ID;' \
--header 'X-Open-App-ID;' \
--header 'Content-Type: application/json' \
--data-raw '{
"kg_order_id": "string"
}'