Removal of key from request body?

Iā€™m trying to remove the key from the request body and then wanted to check the response. for eg: Request body
{
name: ā€œā€,
email: ā€œā€,
}
but now i wanted to remove the name key from the request body.
How can i do this? Anyone?