how can i store below data in database?

i have below data need to store in table so how can i ?

how can i store below data in database?

    - Type : POST
    - Example body / schema:

    {



        "customer": {
            "name": "Grug",
            "email": "[email protected]"
        },

        "plan": {
            "name": "Pro",
            "price": "999",
            "validity": "365"
        }







    }
  








   how can i store below data in database?

have below data need to store in table so how can i ?