GET /services/global_ai_suggestion_list?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "status": 200,
    "message": "AI suggestion list fetched successfully",
    "count": 4,
    "data": [
        {
            "id": 2,
            "aisuggestion": "World Cup Soccer",
            "status": 1,
            "expire_at": "2026-07-20",
            "order": 1
        },
        {
            "id": 7,
            "aisuggestion": "Olivia Rodrigo",
            "status": 1,
            "expire_at": "2027-05-17",
            "order": 2
        },
        {
            "id": 3,
            "aisuggestion": "Bruno Mars",
            "status": 1,
            "expire_at": "2026-05-20",
            "order": 3
        },
        {
            "id": 4,
            "aisuggestion": "BTS",
            "status": 1,
            "expire_at": "2026-06-25",
            "order": 4
        }
    ]
}