{
"id": "string",
"userId": "string",
"orderId": "string",
"skuPicUrl": "string",
"spuName": "string",
"skuName": "string",
"pointsAmount": 0,
"status": 0,
"createTime": "string",
"buyerId": "string",
"buyerInviter": "string",
"inviterPointsAmount": 0,
"inviterType": 0
}curl --location --request POST '/user/userPointsSettlement/save' \
--header 'Authorization: {{Authorization}}' \
--header 'Language: zh' \
--header 'App-Type: 2' \
--header 'Client-Type: 3' \
--header 'Version-Number: 2.0.0' \
--header 'Device-Id: 11111111' \
--header 'Device-Brand: iphone' \
--header 'Device-Model: iphone 17 pro max' \
--header 'App-Name: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"userId": "string",
"orderId": "string",
"skuPicUrl": "string",
"spuName": "string",
"skuName": "string",
"pointsAmount": 0,
"status": 0,
"createTime": "string",
"buyerId": "string",
"buyerInviter": "string",
"inviterPointsAmount": 0,
"inviterType": 0
}'{
"code": 0,
"msg": "",
"data": [
""
]
}