Extract the request body type.
`ApiRequest<operations, 'createPet'>` → `{ name: string, species?: string }` Copy
`ApiRequest<operations, 'createPet'>` → `{ name: string, species?: string }`
Extract the request body type.