{"name": "modrinth_server_packer", "description": "Async build service for mrpack archives and CurseForge archives", "endpoints": {"createModrinthTask": {"method": "POST", "url": "http://47.109.88.77:8787/api/tasks/modrinth", "body": {"url": "https://cdn.modrinth.com/...mrpack"}}, "createCurseForgeTask": {"method": "POST", "url": "http://47.109.88.77:8787/api/tasks/curseforge", "body": {"modId": 0, "fileId": 0}}, "taskStatus": {"method": "GET", "url": "http://47.109.88.77:8787/api/tasks/{taskId}"}, "taskList": {"method": "GET", "url": "http://47.109.88.77:8787/api/tasks"}, "download": {"method": "GET", "url": "http://47.109.88.77:8787/downloads/{taskId}"}}}