{
"keys": "fk18xxxx\nfk18xxxx\nfx18xxxx",
"point": 1000
}
curl --location --request POST 'https://oa.api2d.net/custom_key/batch_transfer_point' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keys": "fk18xxxx\nfk18xxxx\nfx18xxxx",
"point": 1000
}'
{
"code": 0,
"data": {
"keys": [
"...",
"..."
],
"point": "1"
}
}