{
"target_c_order_id": "202308091541FW00003"
}
curl --location --request POST 'https://sandbox-gateway.pingpongx.com/v2/fx/trade/manual/settle' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"target_c_order_id": "202308091541FW00003"
}'
{
"code": 0,
"data": true,
"message": "ok"
}