curl --request POST \
--url https://api.flipsuite.xyz/v1/community/points/{pointSystemId}/balance \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"changes": [
{
"platform": "discord",
"userId": "328218133074804739",
"amount": -100
},
{
"platform": "discord",
"userId": "144610383091466241",
"amount": 100
}
],
"metadata": {
"source": "my-app",
"type": "transfer"
}
}
'