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\nfk18xxxx",
"daily_quota": 10000,
"monthly_quota": 300000
}'