curl --request GET \
--url https://api.ppinfra.com/v3/user \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'
{
"credit_balance": 123
}
curl --request GET \
--url https://api.ppinfra.com/v3/user \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'
{
"credit_balance": 123
}
application/json