Authorization: Bearer ********************
curl --location '/v1/billing/plans' \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "quantity": 5000, "price": 0.1, "sale": 0, "unit": 0.1, "total": 500, "popular": true } ] }