curl --location --request GET 'https://topup.haibubble.com/api/account' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"status": 200,
"success": true,
"message": "Account details retrieved successfully",
"data": {
"name": "Laurent Smith",
"username": "laurent",
"saldo": 479968,
"registered_at": "2026-02-28T23:36:53+07:00"
}
}