List Modules
GET
/api/modules
Get all available modules with pricing information.
Responses
List all available modules
application/json
JSON
{
"data": [
{
"id": "string",
"name": "string",
"description": "string",
"category": "string",
"horoscopeType": "string",
"contentType": "string",
"priceCents": 0
}
]
}