Understanding why I have 0 for buying_power

A few weeks back I was at a balance above 25K and able to day trade as normal. I fell below this after SEC fees put me just under that level. Since then I have only been showing 0 for buying_power and have sold off only some on a few up days during this turbulent time. I don’t think I am under any sort of restriction but I am not sure how to read if I am in my /v2/account get request (below).

I plan to hold on to my balance for now while I wait for the V, but I am also wondering if I will be able to restore my buying power If I were to sell all. I come from robinhood so things are not as clear as was used to.

{
“id”: “xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx”,
“account_number”: “011NNNNNNN”,
“status”: “ACTIVE”,
“currency”: “USD”,
“buying_power”: “0”,
“regt_buying_power”: “15698.83”,
“daytrading_buying_power”: “59420.2”,
“cash”: “-2877.85”,
“portfolio_value”: “18576.68”,
“pattern_day_trader”: true,
“trading_blocked”: false,
“transfers_blocked”: false,
“account_blocked”: false,
“created_at”: “2019-11-09T13:36:23.583157Z”,
“trade_suspended_by_user”: false,
“multiplier”: “4”,
“shorting_enabled”: true,
“equity”: “18576.68”,
“last_equity”: “22454.86”,
“long_market_value”: “21454.53”,
“short_market_value”: “0”,
“initial_margin”: “10727.265”,
“maintenance_margin”: “6436.359”,
“last_maintenance_margin”: “7599.81”,
“sma”: “22454.86”,
“daytrade_count”: 0
}

Very much appreciate any insight into this so I know what to expect.
Thanks!