Authorization: ********************
{
"actualRefundAmount": 0,
"actualRefundPresentAmount": 0,
"fatpigUserId": "string",
"id": 0,
"reason": "string",
"reasonType": "string",
"refundAmount": 0,
"remark": "string",
"yunkuUserId": "string",
"mobile": "string"
}
curl --location --request POST '/management/user-account-request/refundSynchronization' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"actualRefundAmount": 0,
"actualRefundPresentAmount": 0,
"fatpigUserId": "string",
"id": 0,
"reason": "string",
"reasonType": "string",
"refundAmount": 0,
"remark": "string",
"yunkuUserId": "string",
"mobile": "string"
}'
{
"code": "string",
"msg": "string",
"data": {
"actualRefundAmount": 0,
"fatpigUserId": "string",
"id": 0,
"refundAmount": 0,
"remark": "string",
"tenantId": "string",
"yunkuUserId": "string"
},
"stackTraceMsg": "string"
}