Sends a POST request.
Future<TestResponse> post( String path, { Object? body, Map<String, String>? headers, }) => request('POST', path, body: body, headers: headers);