{
"transaction_id": "string"
}curl --location --request POST 'https://sandbox-gateway.pingpongx.com/v1/fx/trade/manual/settle' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction_id": "string"
}'{
"code": 400,
"message": "交易id缺失"
}