getBody

getBody: ((params: { endDate?: Date; startDate: Date; toWebhook?: boolean; userId: string }) 
  => Promise<TerraDataResponse<Body>>)

Gets Body data for current user

Returns:
A promise of type Body Data

Parameters:
userId: string

startDate: Date
Start date for the date range limit

Optional endDate: Date
End date for the date range limit

Optional toWebhook: boolean
True for sending data to webhook and false for sending data in response body

Returns Promise<TerraDataResponse>