curl --location '/p/bf-point-account/page//' \
--header 'Content-Type: application/json' \
--data '{
"accountId": "string",
"accountType": "string",
"primaryId": "string",
"primaryNameLike": "string",
"primaryPhoneLike": "string",
"totalGainedPoints": 0,
"totalConsumedPoints": 0,
"currentPoints": 0,
"lastTransactionTime": "string",
"createTime": "string",
"updateTime": "string",
"accountIdIn": [
"string"
],
"accountIdLike": "string",
"accountTypeLike": "string",
"primaryIdIn": [
"string"
],
"primaryIdLike": "string",
"totalGainedPointsIn": [
0
],
"totalGainedPointsLe": 0,
"totalGainedPointsGe": 0,
"totalConsumedPointsIn": [
0
],
"totalConsumedPointsLe": 0,
"totalConsumedPointsGe": 0,
"currentPointsIn": [
0
],
"currentPointsLe": 0,
"currentPointsGe": 0,
"lastTransactionTimeLe": "string",
"lastTransactionTimeGe": "string",
"createTimeLe": "string",
"createTimeGe": "string",
"updateTimeLe": "string",
"updateTimeGe": "string"
}'