List credit packs
List all active credit packs.
List all active credit packs.
curl -X GET "https://commet.co/api/credit-packs"List all active credit packs.
{
"success": true,
"data": [
{
"id": "string",
"name": "string",
"description": "string",
"credits": 0,
"price": 0,
"currency": "usd"
}
]
}