curl --request GET \
--url https://api.scalev.com/v3/developer/oauth-billing/earnings \
--header 'Authorization: Bearer <token>'{
"balance": 123,
"currency": "IDR"
}Requires business auth with business:manage_developer_settings.
curl --request GET \
--url https://api.scalev.com/v3/developer/oauth-billing/earnings \
--header 'Authorization: Bearer <token>'{
"balance": 123,
"currency": "IDR"
}