{
"id": 1,
"pointPrice": 1,
"stock": -1,
"sortOrder": 0
}curl --location '/admin-api/v1/admin/points/mall/update' \
--header 'Authorization: Bearer jl-test-token-user-43' \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"pointPrice": 1,
"stock": -1,
"sortOrder": 0
}'{
"code": 0,
"message": "string",
"data": {
"success": true
}
}