info: name: Create Filament type: http seq: 2 http: method: POST url: "{{base_url}}/api/v1/filaments" body: type: json data: |- { "material": "PETG", "brand": "Elegoo", "model": "Rapid", "color_hex": "#FF5733", "spool_preset_id": "{{preset_id}}", "total_weight_g": 527, "temp_hotend_c": 250, "temp_bed_c": 70, "flow_factor_pct": 0.0033, "notes": "Filamento" } auth: type: bearer token: "{{access_token}}" settings: encodeUrl: true timeout: 0 followRedirects: true maxRedirects: 5