Sending body parameters to Lambda

Hi, I’m playing with one of my endpoints using the AWS Lambda console test events.
I created a test event that looks like this:

{
  "path": "api/v1/management_tokens",
  "httpMethod": "POST"
}

How can I send params to my Lambda function in event?
I didn’t find out this in AWS docs.

Thanks in advance.