curl --request GET \
--url https://api.pricenow.dev/api/accounts/current/online-credit \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>'{
"data": {
"balance": 123
}
}Get the current account online credit balance
curl --request GET \
--url https://api.pricenow.dev/api/accounts/current/online-credit \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>'{
"data": {
"balance": 123
}
}