curl --location -g --request POST 'api/v1/rewards/user/{{user-key}}/points' \
--header 'x-api-key: {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"idempotencyKey": "{{$string.uuid}}",
"companyId": "{{$string.uuid}}",
"userKey": "{{$string.uuid}}",
"pointId": "{{$string.uuid}}",
"amount": {{$number.int(min=1,max=100000)}},
"actionSource": 2,
"actionType": 1
}'{"amount":92052,"pointId":"68e3ee00d81b74c5fe9ac28c","userKey":"1765133166042","pointName":"New Pointing system - 1759768062586"}