{
"new_value_date": "string",
"transaction_id": "string"
}curl --location --request POST 'https://sandbox-gateway.pingpongx.com/v1/fx/trade/extend/rate/price' \
--header 'access_token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJQaW5nUG9uZyIsImRpc3RyaWJ1dGUiOjE2OTM5MDYwODEsImFwcF9pZCI6IjgwNjk3NjMyMjI1NzkyOCIsInZlcnNpb24iOiJ2MiJ9.Mi2QL8b_-I29ZPhdb5Agpe1HcB1pYL9LS0OLumrpNE0' \
--header 'Content-Type: application/json' \
--data-raw '{
"new_value_date": "string",
"transaction_id": "string"
}'{
"code": 400,
"message": "基础货币缺失"
}