How to add fee_lines using woocommerce rest API v3?

Here is my code that working fine.

"fee_lines": [
        { 
            "name": "7.5% Booking Fee",
            "tax_status": "taxable",
            "tax_class": "",
            "total": "26.02",
            "total_tax": "26.02",
            "taxes": [],
            "meta_data": []
        },
        { 
            "name": "Waiter Tip (5%)",
            "tax_status": "taxable",
            "tax_class": "",
            "total": "8.00",
            "total_tax": "8.00",
            "taxes": [],
            "meta_data": []
        }
    ]