{
"manual_balance_change": {
"amount": 0.01
}
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/billing/manual_balance_changes?dry_run=' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"manual_balance_change": {
"amount": 0.01
}
}'
{
"manual_balance_change": {
"id": 8909097747120550,
"date": "2025-04-01T11:34:43.813Z",
"value": "800",
"type": "refill",
"bl_user_id": "8c75c254-4c81-45b3-a912-cd31561bf4e4"
}
}